ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.79k stars 2.48k forks source link

Rename the "Normal" label/tag for block element formats to "Paragraph" instead. #5428

Closed klonos closed 1 year ago

klonos commented 1 year ago

This is the respective issue for https://dev.ckeditor.com/ticket/16824 (sorry I haven't followed up for so long).

Steps to reproduce

Expected result

Having the label of the drop-down menu be "Paragraph" would make more sense to users.

Actual result

The drop-down menu entry for paragraph tags is "Normal", which is too vague.


Other details (browser, OS, CKEditor version, installed plugins)

Respective issue in the Backdrop CMS queue: https://github.com/backdrop/backdrop-issues/issues/2176

WordPress is also using "Paragraph" and we'd like to go with that in Backdrop CMS. We could change the tag_p option in the language files, but that would mean maintaining the change with any future upgrades of CKEditor versions, so we think that it would be best if this was fixed upstream. Hence this issue here.

Thank you beforehand for considering this.

KarolDawidziuk commented 1 year ago

Hi @klonos and thank you for the report.

Currently, we do not plan to rename this label to Paragraph as this name has been around for many years and we do not want to change the habits of current users.

If you want to change it yourself, there is a way you mentioned by you which is to change it in the language files. Another way is to use setLang method that should be called after lang files are loaded but before plugins are loaded.