Skip to content

Commit ebf1d7d

Browse files
committed
Enable editing of placeholder and queryparameter.
1 parent fd01134 commit ebf1d7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/packages/volto-form-block/src/components/EditSchemaForm.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ class Edit extends Component {
6767
filterFactory,
6868
additionalFactory,
6969
allowEditId: true,
70+
allowEditQueryParameter: true,
71+
allowEditPlaceholder: true,
7072
widgets: config.blocks.blocksConfig.schemaForm.widgets,
7173
},
7274
},

0 commit comments

Comments
 (0)