Skip to content
Snippets Groups Projects

Issue #2797583: Dynamically provide action plugins for every moderation state change

7 files
+ 1332
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -36,3 +36,17 @@ workflow.type_settings.content_moderation:
default_moderation_state:
type: string
label: 'Default moderation state'
action.configuration.moderation_state_change:*:
type: mapping
label: 'Change moderation state'
mapping:
workflow:
type: string
label: 'The ID of the workflow'
state:
type: string
label: 'The ID of the state'
revision_log_message:
type: label
label: 'Revision log message'
Loading