Skip to content

Commit

Permalink
fix: add mobile plugin types to registry (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadianusrat authored Jul 7, 2023
1 parent d9d3302 commit 09a2648
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,22 @@
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappmobileconfigurablepolicies": {
"id": "extlclntappmobileconfigurablepolicies",
"name": "ExtlClntAppMobileConfigurablePolicies",
"suffix": "ecaMobilePlcy",
"directoryName": "extlClntAppMobilePolicies",
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappmobilesettings": {
"id": "extlclntappmobilesettings",
"name": "ExtlClntAppMobileSettings",
"suffix": "ecaMobile",
"directoryName": "extlClntAppMobileSettings",
"inFolder": false,
"strictDirectoryName": false
},
"appmenu": {
"id": "appmenu",
"name": "AppMenu",
Expand Down Expand Up @@ -3625,6 +3641,8 @@
"ecaSmpl": "extlclntappsamplesettings",
"ecaOauth": "extlclntappoauthsettings",
"ecaGlblOauth": "extlclntappglobaloauthsettings",
"ecaMobilePlcy": "extlclntappmobileconfigurablepolicies",
"ecaMobile": "extlclntappmobilesettings",
"appMenu": "appmenu",
"delegateGroup": "delegategroup",
"network": "network",
Expand Down

0 comments on commit 09a2648

Please sign in to comment.