Skip to content

Commit

Permalink
Genericise
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Thomson authored and Julian Thomson committed May 1, 2023
1 parent 7c4d22c commit 3b61a7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _config/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ After: workflowconfig
---

SilverStripe\Core\Injector\Injector:
WNZWorkflow:
SimpleWorkflow:
class: Symbiote\AdvancedWorkflow\Templates\WorkflowTemplate
constructor:
- 'WNZ workflow'
- 'Simple workflow'
- 'Single step review and approve. Make sure to update the Apply for approval and "Notify" steps!'
- 1.0.0
properties:
Expand Down Expand Up @@ -55,4 +55,4 @@ SilverStripe\Core\Injector\Injector:
Symbiote\AdvancedWorkflow\Services\WorkflowService:
properties:
templates:
- '%$WNZWorkflow'
- '%$SimpleWorkflow'

0 comments on commit 3b61a7d

Please sign in to comment.