Add quick actions config file

- By default it takes the quick actions for the order of the navigation modules
This commit is contained in:
Clemente Raposo 2023-04-04 16:45:40 +03:00
parent 5f028dc720
commit da44dc12df
2 changed files with 22 additions and 0 deletions

View file

@ -64,6 +64,7 @@ services:
$sessionExpiredConfig: '%auth.session-expired%'
$adminOnlyModuleActions: '%system.admin_only_module_actions%'
$navbarAdministrationOverrides: '%navbar.administration_override%'
$quickActions: '%quick_actions%'
_instanceof:
App\Process\Service\ProcessHandlerInterface:
tags: [ 'app.process.handler' ]

View file

@ -0,0 +1,21 @@
parameters:
quick_actions:
max_number: 7
use_navigation_modules: true
actions:
# Actions Example
# -
# name: create
# labelKey: LNK_NEW_ACCOUNT
# url: ./accounts/create
# params:
# return_module: Accounts
# return_action: index
# type: create
# module: accounts
# -
# name: create
# labelKey: LNK_NEW_TASK
# url: ./tasks/create
# type: create
# module: tasks