This was basically triggered by this forum post: https://forum.backdropcms.org/forum/how-set-selected-tag-form-select-opt...
As it is currently, you cannot easily add attributes to individual options of select elements, and it requires either a lot of theming work, or to port a module like https://www.drupal.org/project/form_options_attributes. Even with that module, things are not consistent, so we should consider backporting the D8 solution being worked in https://www.drupal.org/node/342316
Recent comments
Hi Editing I see this: The CSS looks like this: /* Level 1: Standard Numbers */ .field-name-body ol { list-style-type: decimal; } /* Level 2: Lowercase Letters */ .field...
Numbered List format is different when editing
Done: https://github.com/backdrop/backdrop-issues/issues/7097 Feel free to edit it with better technical language. I'll have ago at vaccinating it but I'm only a user and the...
Numbered List format is different when editing
Hi Mike. That looks like a bug. The CKE ordered lists when editing have the correct CSS to format those lists correctly, but when Backdrop displays the body field in Basis, it doesn't...
Numbered List format is different when editing