Hi,
I tried to create my own theme. It works for emails, but it isn’t available for landing pages and forms, although I “enabled” page
, form
, and email
.
The config.json looks like this:
{
"name": "Test",
"author": "Test",
"authorUrl": "https://Test.com",
"builder": ["grapesjsbuilder"],
"features": [
"page",
"email",
"form"
]
}
My theme strucute looks like this:
.
├── assets
├── config.json
├── html
│ ├── base.html.twig
│ ├── email.html.twig
│ ├── form.html.twig
│ ├── message.html.twig
│ └── page.html.twig
└── thumbnail.png
2 directories, 7 files
I uploaded it, it installed without problems. But as I said: My theme is only available for emails.
What did I do wrong?
(Side question: What happens to existing emails if I upload a new version of the theme? Do they get changed/updated?)
Your software
My Mautic version is: 4.1.1
My PHP version is: 7.4