Hi Guys;
I'm trying to do the following:
- Create a new blueprint (from scratch) for my About page.
- Then use that blueprint for the about page ( I know the yaml and html.twig file names must be the same)
as an example:
I have in the about page a heading with a particular styling that can't just be manipulated using the # - ###### options in the markdown. So I would have to include it with a CSS class.
How do I add to blueprint a form field to ad a "H4" that takes a CSS class of (let's say) "framed".
Then, how do I include the tag on the html.twig file that take the info from that field and includes it where I put the tag on the html file.
Basically i'm trying to create a blueprint and take information from it and direct it to different sections of my page.
I'm so confused! help Please!!