Skip to content

Commit

Permalink
Add static text field.
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema committed Sep 19, 2024
1 parent 8c6e063 commit 75fdb17
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/packages/volto-form-block/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,12 @@ const applyConfig = (config) => {
'File Upload',
'label_email',
'hidden',
'static_text',
],
additionalFactory: [
{ value: 'hidden', label: 'Hidden' },
{ value: 'static_text', label: 'Static Text' },
],
additionalFactory: [{ value: 'hidden', label: 'Hidden' }],
defaultSender: '[email protected]',
defaultSenderName: 'Plone',
additionalFields: [],
Expand Down

0 comments on commit 75fdb17

Please sign in to comment.