I have rich text elements structured under a container. Some rich text elements have dynamic data, others just typed in text. Via Content the ‘words limit’ = 40 and ‘read more’ = “… > Read more…” I expected that when viewing the page in a browser, clicking on the ‘read more’ would show the rest of the text, but it doesn’t, in all cases. I’ve tried putting the elements elsewhere in the template, same result. Idea’s anyone? Many thanks.
It is simply a matter of shortening the text that the rich or basic text element contains and appending a text. That’s it. It does not serve as “a kind of accordion” and therefore it is not a bug.
To go the “manual” way using the <details> tag, you would have to split your dynamic text into two parts beforehand. Unfortunately, I don’t see any other possibility.