Skip to content

Commit

Permalink
FIX Update CMS fields now that they're being scaffolded
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 12, 2024
1 parent 8956d69 commit 873569a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Extensions/WorkflowApplicable.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ class WorkflowApplicable extends DataExtension
'AdditionalWorkflowDefinitions' => WorkflowDefinition::class
];

private static array $scaffold_cms_fields_settings = [
'ignoreFields' => [
'WorkflowDefinition',
],
'ignoreRelations' => [
'AdditionalWorkflowDefinitions',
],
];

private static $dependencies = [
'workflowService' => '%$' . WorkflowService::class,
];
Expand Down

0 comments on commit 873569a

Please sign in to comment.