@@ -79,6 +79,8 @@ public function supportsProvider(): array
7979 array ('bitrix-module ' , true ),
8080 array ('bitrix-component ' , true ),
8181 array ('bitrix-theme ' , true ),
82+ array ('botble-plugin ' , true ),
83+ array ('botble-theme ' , true ),
8284 array ('bonefish-package ' , true ),
8385 array ('cakephp ' , false ),
8486 array ('cakephp- ' , false ),
@@ -275,6 +277,8 @@ public function installPathProvider(): array
275277 array ('bitrix-d7-module ' , 'bitrix/modules/author.my_module/ ' , 'author/my_module ' ),
276278 array ('bitrix-d7-component ' , 'bitrix/components/author/my_component/ ' , 'author/my_component ' ),
277279 array ('bitrix-d7-template ' , 'bitrix/templates/author_my_template/ ' , 'author/my_template ' ),
280+ array ('botble-plugin ' , 'platform/plugins/my_plugin/ ' , 'author/my_plugin ' ),
281+ array ('botble-theme ' , 'platform/themes/my_theme/ ' , 'author/my_theme ' ),
278282 array ('bonefish-package ' , 'Packages/bonefish/package/ ' , 'bonefish/package ' ),
279283 array ('cakephp-plugin ' , 'Plugin/Ftp/ ' , 'shama/ftp ' ),
280284 array ('chef-cookbook ' , 'Chef/mre/my_cookbook/ ' , 'mre/my_cookbook ' ),
0 commit comments