Skip to content

Commit

Permalink
Update volto.blocks behavior name
Browse files Browse the repository at this point in the history
the Interface name is the old 'native' python dotted path, but volto.blocks is the official behavior name and should be used.
  • Loading branch information
fredvd authored Jul 31, 2024
1 parent 82481e4 commit f9fdbd3
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 f9fdbd3

Please sign in to comment.