Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • B1nk1e 3 posts 23 karma points
    Apr 22, 2021 @ 10:48
    B1nk1e
    0

    Customize Rich Editor

    At the moment if you want to add for instance a custom bullet list you are able to add the following to this file: tinyMceConfig.config

    <config key="style_formats">
       [
          {
             "title": "Checkbox List",
             "selector": "ul",
             "classes": "checkbox__list"
          }
       ]
    </config>
    

    You will be able to make a list and you need to choose format to make that list look different.

    I was wondering if it would be possible with for instance the "selector" to add these options on the UL option so you will get:

    • default
    • circle
    • disc
    • square
    • checkbox

    If already possible I am glad to hear how this could be accomplished.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Apr 22, 2021 @ 10:58
    Richard Soeteman
    0

    Hi,

    You are posting several questions in the CMSImport feature request forum best to ask on the github issues page for Umbraco feature requests https://github.com/umbraco/Umbraco-CMS/issues

    Best,

    Richard

Please Sign in or register to post replies

Write your reply to:

Draft