Skip to content

Commit

Permalink
@W-15638748 | Changes to support EnblProgramTaskSubCategory and Learn…
Browse files Browse the repository at this point in the history
…ingItemType (#1327)
  • Loading branch information
gm1210 authored May 29, 2024
1 parent 7028abe commit 450036d
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 @@ -239,6 +239,7 @@
"emailFolder": "emailfolder",
"enablementMeasureDefinition": "enablementmeasuredefinition",
"enablementProgramDefinition": "enablementprogramdefinition",
"enblProgramTaskSubCategory": "enblprogramtasksubcategory",
"entitlementProcess": "entitlementprocess",
"entitlementTemplate": "entitlementtemplate",
"entityImplements": "entityimplements",
Expand Down Expand Up @@ -310,6 +311,7 @@
"keywords": "keywordlist",
"labels": "customlabels",
"layout": "layout",
"learningItemType": "learningitemtype",
"letter": "letterhead",
"licenseDefinition": "licensedefinition",
"lightningBolt": "lightningbolt",
Expand Down Expand Up @@ -2080,6 +2082,14 @@
"strictDirectoryName": false,
"suffix": "enablementProgramDefinition"
},
"enblprogramtasksubcategory": {
"directoryName": "enblProgramTaskSubCategories",
"id": "enblprogramtasksubcategory",
"inFolder": false,
"name": "EnblProgramTaskSubCategory",
"strictDirectoryName": false,
"suffix": "enblProgramTaskSubCategory"
},
"entitlementprocess": {
"directoryName": "entitlementProcesses",
"id": "entitlementprocess",
Expand Down Expand Up @@ -2806,6 +2816,14 @@
"strictDirectoryName": false,
"suffix": "LeadConvertSetting"
},
"learningitemtype": {
"directoryName": "learningItemTypes",
"id": "learningitemtype",
"inFolder": false,
"name": "LearningItemType",
"strictDirectoryName": false,
"suffix": "learningItemType"
},
"letterhead": {
"directoryName": "letterhead",
"id": "letterhead",
Expand Down

0 comments on commit 450036d

Please sign in to comment.