My template my-offers.twig is not shown in the dropdown while creating page.
I am going step by step as in tutorials. Can anyone help me ?
Hello,
usually, it’s enough just to put your template into the correct folder (src/Pyz/Shared/Cms/Theme/default/templates
) and open CMS page edit/create action in Backoffice.
If you still can not see it, please check spy_cms_template
table in the DB, if not:
add it to
data/import/cms_template.csv
and run
console data:import:cms-template
.
I did a reinstall, now it is ok. Thanks