- πΊπΈUnited States DamienMcKenna NH, USA
Is there another issue for adding support for this to ckeditor5?
The text.module allows - through its text_summary()
function - content editors to manually define the portion of the text to be used as a summary.
The summary begins at the beginning of the text and
they can insert a marker (in the form of an HTML comment) at the place where the summary should end.
Traditionally, the marker used for that is <!---break-->
.
That marker should be a configuration property for two reasons:
text_summary()
is; at the moment this information is hard-coded in a couple of places<!--break-->
needs to be avoided for whatever reasonAdd a new configuration property to text.module that defines the summary marker.
Update text_summary()
and text.settings.yml
with the new configuration property.
Add an .install file to the text.module's code base with an update hook for adding the configuration property to existing systems.
Needs work
10.1 β¨
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Is there another issue for adding support for this to ckeditor5?