Skip to content

Commit

Permalink
fix: force RestrictionRule to a strict directory (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel authored Sep 2, 2021
1 parent d7f0ae6 commit 00b5315
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/registry/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2070,7 +2070,7 @@
"name": "RestrictionRule",
"suffix": "rule",
"directoryName": "restrictionRules",
"strictDirectoryName": false
"strictDirectoryName": true
},
"functionreference": {
"id": "functionreference",
Expand Down Expand Up @@ -2580,7 +2580,8 @@
"bots": "bot",
"objectTranslations": "customobjecttranslation",
"staticresources": "staticresource",
"sites": "customsite"
"sites": "customsite",
"restrictionRules": "restrictionrule"
},
"childTypes": {
"customlabel": "customlabels",
Expand Down

0 comments on commit 00b5315

Please sign in to comment.