Opened 8 years ago
Last modified 8 years ago
#16824 confirmed New Feature
Change the "Normal" label/tag for block element formats to "Paragraph" instead.
Reported by: | Gregory | Owned by: | |
---|---|---|---|
Priority: | Nice to have (we want to work on it) | Milestone: | |
Component: | UI : Language | Version: | 4.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Basic installation; include the "Format" widget.
- While using the editor in the front end, click on the "Paragraph format" drop-down.
- While the label for selecting <h2>, <h3>, <h4> etc is "Heading 2", "Heading 3", "Heading 4" respectively, the label for selecting a <p> is "Normal".
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.
Change History (1)
comment:1 Changed 8 years ago by
Component: | UI : Widgets → UI : Language |
---|---|
Keywords: | normal format paragraph block element removed |
Priority: | Normal → Nice to have (we want to work on it) |
Status: | new → confirmed |
Type: | Task → New Feature |
Version: | 4.6.2 → 4.0 |
Changing entry in dropdown from
Normal
toParagraph
makes a lot of sense.