chore: make captionControl nullable in schema.js

So it can be configured to appears in the "More" button
This commit is contained in:
Yohan Boniface 2024-03-15 18:10:50 +01:00
parent c9acb22d64
commit 2f3d579079

View file

@ -375,6 +375,7 @@ export const SCHEMA = {
}, },
captionControl: { captionControl: {
type: Boolean, type: Boolean,
nullable: true,
label: translate('Display the caption control'), label: translate('Display the caption control'),
default: true, default: true,
}, },