mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-12 23:23:49 +08:00
[Legacy] Add new modules to module_name_map
This commit is contained in:
parent
dfac3201fe
commit
af0cba8651
1 changed files with 8 additions and 0 deletions
|
@ -210,6 +210,14 @@ $module_name_map = [
|
|||
'frontend' => 'outbound-email-accounts',
|
||||
'core' => 'OutboundEmailAccounts'
|
||||
],
|
||||
'ExternalOAuthProvider' => [
|
||||
'frontend' => 'external-oauth-provider',
|
||||
'core' => 'ExternalOAuthProvider'
|
||||
],
|
||||
'ExternalOAuthConnection' => [
|
||||
'frontend' => 'external-oauth-connection',
|
||||
'core' => 'ExternalOAuthConnection'
|
||||
],
|
||||
'TemplateSectionLine' => [
|
||||
'frontend' => 'template-section-line',
|
||||
'core' => 'TemplateSectionLine'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue