Inline longform content #256
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If you link to the store entry via the “Link to an entry” option, the resulting URL will actually get stored as a reference tag for the selected entry’s URL (e.g. Regarding your suggestion, the chip UI you proposed looks confusing to me. As an author I would assume that it represented a relation to another entry titled “test - Borrenberghs”, and that the rendered field on the front end would replace it with a link to that entry (rather than representing a nested entry, with its own custom fields and purpose for the field). |
Beta Was this translation helpful? Give feedback.
-
|
This is closed but I was actually looking for a way to do this. I wanted to use the entry partials feature to add tooltips to words / links using this method, but it seems to be impossible to have an entry in the middle of a paragraph. Which makes sense, for I'd imagine the majority of use cases. Adding the html manually via source is very ugly / somewhat broken (specifically if you use 'tooltip' as the class), and while yes, it is sort of possible to use reference tags to do it, it makes sentences frustrating to read, even knowing what the reference tags are parsed as. And that's assuming the tooltip is just one reference, adding icons or links would become excruciating to manage. Source-wise it's easy to stick entries in paragraphs but it, I guess corrects itself on leaving the source editing. I wouldn't mind it looking broken if it worked, if it's possible to stop it doing that also. |
Beta Was this translation helpful? Give feedback.

If you link to the store entry via the “Link to an entry” option, the resulting URL will actually get stored as a reference tag for the selected entry’s URL (e.g.
{entry:123:url}), rather than a hard-coded URL. So if the store entry’s URL changes, your CKEditor field content will pull in the change.Regarding your suggestion, the chip UI you proposed looks confusing to me. As an author I would assume that it represented a relation to another entry titled “t…