artistro08/tailor-starter

Question: override the settings blueprint from a child theme

Closed this issue · 4 comments

What is the way to go to override the settings blueprint from a child theme?
Knowing that I need to deploy both themes on a server afterward, so I need to keep the overriding code inside my child theme.

If I edit the settings blueprint from the backend editor and migrate it, it saves it under the App folder but nothing under my child theme.

So the way I would do it is documented here:

https://artistro08.gitbook.io/tailor-starter-documentation/pages/blocks/editing-blocks

Since this is only under the pages area, I'll adjust the docs to include it at the root Level when I have time

Long story short, just create a seeds folder and copy the settings there. Then seed your settings on top of the first seeding from the tailor starter theme.

Let me know if this doesn't make sense

Here's a (slightly) Updated doc page with information on that: https://artistro08.gitbook.io/tailor-starter-documentation/editing-blueprint-files

thanks @artistro08

this is how I did it as well, I was just wondering if we could do it another way.

No prob!

Unfortunately not. I do wish we could as well