Skip to content

Commit

Permalink
chore: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Sep 5, 2022
1 parent a1ef295 commit 1d76435
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ If you need a field that is not supported, PRs are always welcome, but if you ha

```jsx
config.blocks.blocksConfig.form.additionalFields.push({
id: 'field type id',
id: "field type id",
label:
intl.formatMessage(messages.customFieldLabel) ||
'Label for field type select, translation obj or string',
"Label for field type select, translation obj or string",
component: MyCustomWidget,
isValid: (formData, name) => true,
});
Expand Down Expand Up @@ -127,3 +127,7 @@ To upgrade to version 2.4.0 you need to:
- [Form usage](https://youtu.be/v5KtjEACRmI)
- [Form editing](https://youtu.be/wmTpzYBtNCQ)
- [Export stored data](https://youtu.be/3zVUaGaaVOg)

## VERSIONS:

With volto-form-block@2.5.0 you need to upgrade collective.volto.formsupport to version 2.4.0

0 comments on commit 1d76435

Please sign in to comment.