Skip to content

Commit

Permalink
fix: add ExtlClntAppNotificationSettings to registry (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
samdzie authored Jan 12, 2024
1 parent f19b256 commit 3ed42c2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1481,6 +1481,14 @@
"inFolder": false,
"strictDirectoryName": false
},
"extlclntappnotificationsettings": {
"id": "extlclntappnotificationsettings",
"name": "ExtlClntAppNotificationSettings",
"suffix": "ecaNotifications",
"directoryName": "extlClntAppNotifSettings",
"inFolder": false,
"strictDirectoryName": false
},
"appmenu": {
"id": "appmenu",
"name": "AppMenu",
Expand Down Expand Up @@ -3894,6 +3902,7 @@
"ecaGlblOauth": "extlclntappglobaloauthsettings",
"ecaMobilePlcy": "extlclntappmobileconfigurablepolicies",
"ecaMobile": "extlclntappmobilesettings",
"ecaNotifications": "extlclntappnotificationsettings",
"appMenu": "appmenu",
"delegateGroup": "delegategroup",
"network": "network",
Expand Down

0 comments on commit 3ed42c2

Please sign in to comment.