Skip to content

Commit

Permalink
remove modal default value
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Aug 5, 2023
1 parent 4260ce3 commit b7bec3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plone/base/interfaces/controlpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,6 @@ class IActionSchema(Interface):
title=_("action_modal_settings", default="Settings for pat-plone-modal"),
required=False,
constraint=validate_json,
default=dump_json_to_text({}),
)


Expand Down

0 comments on commit b7bec3d

Please sign in to comment.