Easy CMS header designation

From my reading of the Easy CMS tutorials it would appear that the method for turning an ECMS text stack into a header is to apply styling via markdown - so for example, an H4 the text string is preceded by ####

This method, or the other suggested one of getting the user to set the header with the toolbar seems a bit kludgy.

Ideally I’d like to set the H4 status within RW so whatever the user types into the ECMS admin page for that string auto sets to H4.

If you have a wizard solution to this I’d be grateful for your advice please.
Many thanks. D.

This can be done by placing a macro into a herder stack.

%cmsText(putYourIDhere)%

If you wanted the formatting to be applied via the cms form it would be:

%cmsTextFormat(putYourIDhere)%

All of the macro options should be displayed by the content core stack that you place at the bottom of the page.

1 Like

Many thanks Brandon.
D.

1 Like