That's cool that TinyMCE provides it out of the box!
Alphabetical lists are a type of ordered list, so if you want to keep using CKE5, you would have to set up some CSS styles and then provide the style to the dropdown "Styles" list button in the editor, in CKE5 "Styles" configuration something like (untested):
No, that won't work. My dev server's address looks like: localhost:1000/xyz/folder1/folder2
My prod server address looks like: example.com
Just using a relative...
I am guilty (in Drupal) of using PHP Filter in places just so I can use l() and url(), since my paths are very different between dev and prod servers.
For example, at the top of my Views,...
Comments
As far as I can tell, ckeditor only has numbered and bullet lists https://ckeditor.com/docs/ckeditor5/latest/features/lists/lists.html. Backdrop cannot alter that part. But you could install and try out TinyMCE editor and see if that has it.
TinyMCE does have it.
That's cool that TinyMCE provides it out of the box!
Alphabetical lists are a type of ordered list, so if you want to keep using CKE5, you would have to set up some CSS styles and then provide the style to the dropdown "Styles" list button in the editor, in CKE5 "Styles" configuration something like (untested):
And in your editor CSS file: