Skip to content

Commit

Permalink
updated max limit
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-andreotti committed Aug 28, 2024
1 parent 839e66b commit 2b91b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/design/plone/contenttypes/interfaces/servizio.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class IServizio(model.Schema, IDesignPloneContentType):
RelatedItemsFieldWidget,
vocabulary="plone.app.vocabularies.Catalog",
pattern_options={
"maximumSelectionSize": 10,
"maximumSelectionSize": 60,
"selectableTypes": ["Venue", "UnitaOrganizzativa"],
},
)
Expand Down

0 comments on commit 2b91b86

Please sign in to comment.