- First commit to issue fork.
- @kasperg opened merge request.
- 🇩🇰Denmark kasperg
I ran into this issue as well with the FAQ field module. As mentioned there the current approach which is based on extending from the
TextItemBase
class would require a rebuild of the module.An alternate approach would be to use an interface which fields could implement and provide a way to return formatted text content. I created a issue fork with an initial implementation of of such a
EditorFieldItemInterface
. Things are quite primitive but if other people like this approach it might provide a way forward.