Posted on 18/01/2019 09:56:34
Hi Siv
You already can make it.
Rapido, which is the implementation we deliver on top of Dynamicweb, might not have a seperate field for an H1. But that can field can be added to one or more of the item types in Rapido.
You can learn about Items here: https://doc.dynamicweb.com/documentation-9/content/items/what-are-items
In order to make this work, this is more or less what you need to do:
- Locate the item types that requires a H1 field
- Add the H1 field to the item types located in @1. This will make the fields available for editors to use
- Locate the templates that renders the item types with the change, and add <h1>{Insert Template Tag}</h1> in the template where you want the header to be rendered.
An alternative is to change the templates to use h1 for "Use in title" instead of h2.
BR Nicolai