You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
We have developed a few templates of our own and we'd like to find a way to use ours and this plugin. Is there a way to extend a plugin that does this type of functionality?
I tried Composer, but since we have similar folder structures, our stuff always wipes out yours. Any ideas or examples would be awesome!
The text was updated successfully, but these errors were encountered:
If you build templates based on templates that's created for this plugin you should be able to use ext_bake from Templates plugin for baking code. For baking templates you just need to put you theme into Console/Templates/theme_name folder of any plugin or app. After that you are passsing param "--theme theme_name" when calling ext_bake.
We have developed a few templates of our own and we'd like to find a way to use ours and this plugin. Is there a way to extend a plugin that does this type of functionality?
I tried Composer, but since we have similar folder structures, our stuff always wipes out yours. Any ideas or examples would be awesome!
The text was updated successfully, but these errors were encountered: