optional steps blueprints - change statuses label
This commit is contained in:
parent
8da0fb0e36
commit
83cf6beea7
36 changed files with 129 additions and 95 deletions
|
|
@ -23,6 +23,7 @@ return [
|
|||
require(__DIR__ . '/routes/toggle-favorite.php'),
|
||||
],
|
||||
'hooks' => [
|
||||
'page.create:after' => require_once(__DIR__ . '/hooks/create-steps.php')
|
||||
'page.create:after' => require_once(__DIR__ . '/hooks/create-steps.php'),
|
||||
'page.delete:before' => require_once(__DIR__ . '/hooks/delete-steps.php'),
|
||||
]
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue