Convert a theme from Concrete5 v.5.6 structure/format to Concrete5 v.5.7 structure/format
Permalink
Is there any documentation / advice / tipps how to convert an existing theme which is comtatible to Concrete5 v.5.6 to the structure/format which is necessary for Concrete5 v.5.7?
Thand you for any link or help.
Gerhard
Thand you for any link or help.
Gerhard
Here a link on how to convert an HTML theme to a concrete5 5.7 theme.
https://www.concrete5.org/documentation/developers/5.7/designing-for...
A 5.6 theme will already have some PHP in it (including areas). I would recommend going step by step through the tutorial and look for anything that needs to be updated.
After you do that, you can look into style customization, grid support, asset registration, and area, block, and theme classes.
https://www.concrete5.org/documentation/developers/5.7/designing-for...