chore: make captionControl nullable in schema.js
So it can be configured to appears in the "More" button
This commit is contained in:
parent
c9acb22d64
commit
2f3d579079
1 changed files with 1 additions and 0 deletions
|
@ -375,6 +375,7 @@ export const SCHEMA = {
|
|||
},
|
||||
captionControl: {
|
||||
type: Boolean,
|
||||
nullable: true,
|
||||
label: translate('Display the caption control'),
|
||||
default: true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue