mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Add module routing definitions for new modules
This commit is contained in:
parent
af0cba8651
commit
110af6915e
1 changed files with 14 additions and 2 deletions
|
@ -229,8 +229,20 @@ parameters:
|
|||
list: false
|
||||
record: false
|
||||
outbound-email-accounts:
|
||||
index: false
|
||||
list: false
|
||||
index: true
|
||||
list: true
|
||||
record: false
|
||||
inbound-email:
|
||||
index: true
|
||||
list: true
|
||||
record: false
|
||||
external-oauth-provider:
|
||||
index: true
|
||||
list: true
|
||||
record: false
|
||||
external-oauth-connection:
|
||||
index: true
|
||||
list: true
|
||||
record: false
|
||||
emails:
|
||||
index: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue