Skip to content

Commit

Permalink
feat(metadata registry): adding BotBlock to metadata registry (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
akeyal authored Oct 21, 2022
1 parent 2c5e8f5 commit 8d7bdda
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1892,6 +1892,14 @@
"inFolder": false,
"strictDirectoryName": true
},
"botblock": {
"id": "botblock",
"name": "BotBlock",
"suffix": "botBlock",
"directoryName": "botBlocks",
"inFolder": false,
"strictDirectoryName": true
},
"animationrule": {
"id": "animationrule",
"name": "AnimationRule",
Expand Down Expand Up @@ -3359,6 +3367,7 @@
"mlDomain": "mldomain",
"bot": "bot",
"botTemplate": "bottemplate",
"botBlock": "botblock",
"botVersion": "botversion",
"animationRule": "animationrule",
"deployment": "recordactiondeployment",
Expand Down Expand Up @@ -3511,6 +3520,7 @@
"objects": "customobject",
"bots": "bot",
"botTemplates": "bottemplate",
"botBlocks": "botblock",
"objectTranslations": "customobjecttranslation",
"staticresources": "staticresource",
"sites": "customsite",
Expand Down

0 comments on commit 8d7bdda

Please sign in to comment.