Skip to content

Commit

Permalink
Update volto.blocks behavior name (#6222)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvd authored Aug 1, 2024
1 parent 932962e commit 4e5ecfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/blocks/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ You can also add the behavior programmatically via GenericSetup:
<object name="LRF" meta_type="Dexterity FTI" i18n:domain="plone"
xmlns:i18n="http://xml.zope.org/namespaces/i18n">
<property name="behaviors" purge="false">
<element value="plone.restapi.behaviors.IBlocks" />
<element value="volto.blocks" />
</property>
</object>
```
Expand Down

0 comments on commit 4e5ecfd

Please sign in to comment.