Copied to clipboard

Flag this post as spam?

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


  • Berend 1 post 71 karma points
    Sep 29, 2015 @ 10:02
    Berend
    0

    Creating a custom rte plugin / editor

    Hi,

    I want to extend the rte of Umbraco with a custom editor, something like the Embed-media editor. But I can't seem to find some documentation about extending the rte with your own editors.

    I found the umbraco.controllers.js, which is a huge file with a lot of angular modules. But I don't think it's the way to go to just edit this file... considering Umbraco upgrades.

    Can somebody point me in to the right direction?

    Kind regards, Berend

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Sep 29, 2015 @ 19:49
    Alex Skrypnyk
    0

    Hi Berend,

    You have to do few steps:

    1) Add new section to /config/tinyMceConfig.config like that :

    2) Add to

    3) Add plugin.min.js file to /umbraco/lib/tinymce/plugins/fontsizeselect folder, create it if there no such file. It's your js file for controling logic.

    Documentation - http://www.tinymce.com/wiki.php/Configuration

    Thanks, Alex

  • 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