Do anyone have a nice and usable method in how to admin for example a small columns of content like “company contact information” etc. that can be embeded in a footer?
(I’m aware of Snippets, but it’s missing the editor 😊
It would be targeted for content administrators that dont know any HTML.
Method 1: make a template group with templates like column1, column2 etc. could work, but than the user would have to manage HTML tags.
And in pages template: {embed="static/column1"}
Method 2: make a channel with entries like column1, column2 etc. would probably be better because they then can gain access to Wysiwyg.
And in pages template: {exp:channel:entries channel="static" limit="1" channel_entry="1"}..etc
Suggestions?