diff --git a/src/registry/metadataRegistry.json b/src/registry/metadataRegistry.json index a74c99b47..945331fe3 100644 --- a/src/registry/metadataRegistry.json +++ b/src/registry/metadataRegistry.json @@ -152,6 +152,7 @@ "blacklistedConsumer": "blacklistedconsumer", "bot": "bot", "botBlock": "botblock", + "botBlockVersion": "botblockversion", "botTemplate": "bottemplate", "botVersion": "botversion", "brandingSet": "brandingset", @@ -1198,6 +1199,14 @@ "strictDirectoryName": true, "suffix": "botBlock" }, + "botblockversion": { + "id": "botblockversion", + "name": "BotBlockVersion", + "suffix": "botBlockVersion", + "directoryName": "botBlockVersions", + "inFolder": false, + "strictDirectoryName": false + }, "bottemplate": { "directoryName": "botTemplates", "id": "bottemplate",