Copied to clipboard

Flag this post as spam?

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


  • suongliang 2 posts 22 karma points
    Sep 23, 2023 @ 07:12
    suongliang
    0

    How to enable Inline mode for RTE?

    Hi everyone, I found that RTE supports 2 mode: Classic and Inline mode. (Umbraco v11.4.0) from this article https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/configuration

    I want to use the Inline mode which toolbar is shown as below enter image description here

    so I add the variable in appsettings.json

          "Umbraco": {
            "CMS": 
        {
            "RichTextEditor": {
                        "Inline": true
                    }
            } 
    }
    

    I restart the application but this is not working, I guess it was a misconfiguration?

    How can I use the Inline mode? Any help is appreciated.

    Thanks for reading and have a great day.

  • Huw Reddick 1932 posts 6722 karma points MVP 3x c-trib
    Sep 23, 2023 @ 07:37
    Huw Reddick
    0

    Hi,

    It is set in the backoffice not in code.

    enter image description here

  • suongliang 2 posts 22 karma points
    Sep 23, 2023 @ 11:46
    suongliang
    0

    Thanks Huw!! You saved my day!!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies