RTE Ordered List and Numbered List
# help-with-umbraco
d
yess, there is a way to do this. You may wish to check out the documentation of TinyMCE on this! I don't have the example at hand at the moment, but can share an example tomorrow. It's simply an extra line in the appsettings.json file in your project.
n
Thanks for the suggestion! I'll check out the TinyMCE documentation in the meantime. Looking forward to the example you’ll share tomorrow
Hey @D_Inventor , I found this and added to the config and it's working
Copy code
"RichTextEditor": {
  "CustomConfig": {
    "advlist_number_styles": "default",
    "advlist_bullet_styles": "default"
  }
}
d
Yess, that's the one! awesome!!
2 Views