Create page with relative template path

I’m trying to do group some blueprints in themes like following:

  • /blueprints
    • /files
    • /pages
    • /sections
    • /users
    • /themes

I can create successfully (created /themeDefault.txt in content folder) the page with custom template that under themes with:

template:
   - ../themes/themeDefault
   - ../themes/themeModern
   - ../themes/themeMinimal

But when i tried to edit page that have ../themes/themeDefault template, opening default.yml template. How can i set the page template as relative path?

Thanks

You can’t do this. The page blueprints need to be in the pages subfolder. Or you can register them in a plugin.

I got it. Works for me plugin with blueprints as you said :+1: