Hello,
I've been looking at the best way to help our users build structured pages with the assumption that they can't be relied upon to properly format the text.
The Staff Profile page is simple enough HTML - h3, paragraph, h3 paragrah, but:
- I don't want to allow (trust) users to format this correctly in the WYSIWYG
- I'd like the headings to be standardised (the same accross all staff profile pages)
- I'd like the paragraphs to be easily re-useable accross the site.
- I do want some WYSIWYG features like being able to add links to the text
I'm thinking of doing this almost all in metadata, with a field for each of the things I want on the staff page and then displayed nicely with a paint layout. It also means I can nest the staff pages and use alternative paint layouts to cherry pick the staff data for other purposes too.
That should give me the control I want, but I'm wondering about the overhead of using regex condtions to hide/show certain fields.
Does anyone have a better approach? I think what I'm trying to do is template the pages.
Cheers,
Robert :blink: