Hey there,
I want to implement a link list, very easy: a headline and a bunch of text-links in an unordered list.
My thoughts so far: element names link_list, essenceText 'headline' and essenceText 'link'.
It should be possible to make the link :linkable, at least it is mentioned in the associated editor-partial.
But there are also a few questions left:
- Implementation should be like picture_editor, but I'd like to have more than one content at the beginning.
Do I have to create all the contents at the beginning or is there a better way? What about adding new fields on demand?
- How to render the linkable-button? Everywhere else it's like options[:linkable], but in that partial it's content.settings[:linkable]. I mean, when I use render_essence_editor_by_name I don't have access to content directly!
Regards
Marc