Skip to content

Commit abf0cdd

Browse files
feat: registry support for fieldRestrictionRule (#486)
Co-authored-by: Willie Ruemmele <[email protected]>
1 parent a08b069 commit abf0cdd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/registry/metadataRegistry.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2616,6 +2616,14 @@
26162616
"adapter": "matchingContentFile"
26172617
}
26182618
},
2619+
"fieldrestrictionrule": {
2620+
"id": "fieldrestrictionrule",
2621+
"name": "FieldRestrictionRule",
2622+
"suffix": "rule",
2623+
"directoryName": "fieldRestrictionRules",
2624+
"inFolder": false,
2625+
"strictDirectoryName": true
2626+
},
26192627
"svccatalogcategory": {
26202628
"id": "svccatalogcategory",
26212629
"name": "SvcCatalogCategory",
@@ -2949,7 +2957,8 @@
29492957
"integrationHub": "integrationhubsettings",
29502958
"ObjectHierarchyRelationship": "objecthierarchyrelationship",
29512959
"IndustriesManufacturingSettings": "industriesmanufacturingsettings",
2952-
"dataMappingObjectDefinitions": "datamappingobjectdefinition"
2960+
"dataMappingObjectDefinitions": "datamappingobjectdefinition",
2961+
"fieldRestrictionRules": "fieldrestrictionrule"
29532962
},
29542963
"childTypes": {
29552964
"customlabel": "customlabels",

0 commit comments

Comments
 (0)