Hi,
I have CMS_DB_TEMPLATES=true in my .env. Is there a way to update the database with the latest file version of the page tpls? (the files in the themes/xyz/pages dir)
The issue is when I work on various branches, the page tpls can change and my database will have another branch’s version stored.
This can be done manually by truncating the table, then going into the backend inspector loading and saving, but doing it one by one is not sustainable. I need some automated process that can do this for all page tpls.
Thanks!