- Issue created by @agentrickard
Currently, the approver workflow is applied to all node types. We should be able to disable approvals per content type.
None.
Introduce a "disallowed_content_types" setting and enforce it.
Note that we will "disallow" since that respects the current assumption that "all types are allowed" and will not require an update hook.
Introduce a "disallowed_content_types" setting and enforce it.
Update tests
Adds a settings page
None -- but this should be done after π Service decorator must use the "inner" pattern Fixed and π Use inner decorator for ApproverStateTransitionValidation Needs review for clarity.
Adds settings schema for "disallowed_content_types"
Active
1.0
Code