Can a plugin include blueprints?

Hi, I’d like to know if there a way for a plugin to declare (create if it doesn’t exist) tailor blueprints? I’m building a plugin on my own and it depends on some data that uses a Tailor Blueprint, so I’d like those blueprints to be there everytime I install/use the plugin.
Thanks!

Hi @federico.schafer

This makes sense if the app can still override the plugin’s blueprints. We will look at implementing this and let you know. Thanks.

1 Like

Hi @daft . In a changelog I saw “Add blueprints support for plugins” (or something like that). So I remembered this post. Is this related? I couldn’t find anything in the docs.

Hi @federico.schafer

Yes we have added support for a blueprints directory in plugins since the app directory is an anonymous plugin.

1 Like

Hi @daft
Cant find anything in the doc concerning this cool feature, is that a miss?

The app directory behaves like a plugin directory, so it is an implied feature. Storing blueprints in plugins is undocumented since its not a recommended solution, especially for larger applications where it can be difficult to locate a specific blueprint.