Skip to content

Commit

Permalink
Move the behavior to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Dec 12, 2023
1 parent debcdce commit d124bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/volto/profiles/coresandbox/types/example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
<property name="klass">plone.volto.coresandbox.example.Example</property>
<property name="schema">plone.volto.coresandbox.example.IExample</property>
<property name="behaviors">
<element value="volto.preview_image_link" />
<element value="plone.namefromtitle" />
<element value="plone.allowdiscussion" />
<element value="plone.excludefromnavigation" />
<element value="plone.shortname" />
<element value="plone.versioning" />
<element value="plone.tableofcontents" />
<element value="plone.locking" />
<element value="volto.preview_image_link" />
</property>
<property name="model_source" />
<property name="model_file" />
Expand Down

0 comments on commit d124bdf

Please sign in to comment.