I would like to create a new Datum Type for SitePublisher components. Has anyone ever done this and can offer any suggestions.
Business case: I want a Textarea without TinyMCE.
TS 7.4.1
Not certain if it is possible. Can you create a textarea with a completely dumbed-down config?
The other option I can think of is to use a DCR and then activate inline editing for it.
I believe it's possible but with a lot of unsupported code. I haven't done it myself, but I've modified the behaviour of an existing datum type and have seen enough of the underlying code to think it's possible to add new ones as well. This part of the platform clearly wasn't written to be extensible by customers though.