mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-07-28 23:36:57 +08:00
21 lines
480 B
YAML
21 lines
480 B
YAML
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
|