Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

tinymce config – having trouble enabling the statusbar plugin

  • #10792
    Avatar photo[anonymous]

    0.43.1 (build 16393)

    i can unload a plugin with the following code, but i can’t get the statusbar plug to load

    Publii/themes/simple/config.json…

    {
        "name": "Simple",
        "version": "2.8.1.0",
        "author": "TidyCustoms <https://tidycustoms.net/>",
        "menus": {
            "mainMenu": {
                "desc": "",
                "name": "Main menu",
                "maxLevels": -1
            }
        },
        "extensions": {
            "postEditorConfigOverride": true
        },
        "renderer": {
        [...]

    Publii/config/tinymce.override.json (example)…

    {
      "plugins": "statusbar autoresize"
    }