Feature #16218
closedIndividual height of inline RTE
0%
Description
The following patch introduces the new Page TS Config parameter 'RTEHeightOverride', which is supposed to admit the possibility for giving certain RTE fields a specific height.
I use it to implicate that the content of certain fields should not be exceedingly long or should not contain more than one line (eg for fields that need to be be RTE-editable but are actually used as titles or headers when outputting them)
For example, if you have a RTE field 'title' in the table 'my_table' that is supposed to hold a heading but requested to be RTE-editable, you could use
RTE.config.my_table.title.RTEHeightOverride = 50
and would receive a RTE that looks like a input one-liner for editors.
Unfortunately the patch needs to remove some slight optimization for rendering the RTE but imho is worth considering it.
(issue imported from #M3633)
Files