Skip to content

Commit

Permalink
paramTransferAllowed in /core/module
Browse files Browse the repository at this point in the history
New property to define if the user is allowed to transfer a module's param.
  • Loading branch information
tobiasvetter authored and narcoticfresh committed May 8, 2024
1 parent 61a4142 commit 55725e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Graviton/CoreBundle/Resources/definition/Module.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@
"title": "Order",
"description": "Sort order that may be used by clients to define how modules are sorted."
},
{
"name": "paramTransferAllowed",
"type": "boolean",
"title": "Parameter Transfer Allowed",
"description": "Defines if the user is allowed to transfer this module's param in the Admin-UI."
},
{
"name": "service.0.name",
"type": "varchar",
Expand Down

0 comments on commit 55725e6

Please sign in to comment.