Skip to content

Commit

Permalink
feat: registry support for fieldRestrictionRule (#486)
Browse files Browse the repository at this point in the history
Co-authored-by: Willie Ruemmele <willieruemmele@gmail.com>
  • Loading branch information
mshanemc and WillieRuemmele authored Nov 3, 2021
1 parent a08b069 commit abf0cdd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2616,6 +2616,14 @@
"adapter": "matchingContentFile"
}
},
"fieldrestrictionrule": {
"id": "fieldrestrictionrule",
"name": "FieldRestrictionRule",
"suffix": "rule",
"directoryName": "fieldRestrictionRules",
"inFolder": false,
"strictDirectoryName": true
},
"svccatalogcategory": {
"id": "svccatalogcategory",
"name": "SvcCatalogCategory",
Expand Down Expand Up @@ -2949,7 +2957,8 @@
"integrationHub": "integrationhubsettings",
"ObjectHierarchyRelationship": "objecthierarchyrelationship",
"IndustriesManufacturingSettings": "industriesmanufacturingsettings",
"dataMappingObjectDefinitions": "datamappingobjectdefinition"
"dataMappingObjectDefinitions": "datamappingobjectdefinition",
"fieldRestrictionRules": "fieldrestrictionrule"
},
"childTypes": {
"customlabel": "customlabels",
Expand Down

0 comments on commit abf0cdd

Please sign in to comment.