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.

trouble configuring TinyMCE

  • #3593
    Avatar photo[anonymous]

    I am having trouble configuring TinyMCE. I’m using an override of the blank theme. In Publii/my-site/input/themes/blank-override I have the following config.json:

    {
      "name": "Blank",
      "version": "1.0.0.0",
      "...": "edited for brevity",
      "extensions": {
        "postEditorConfigOverride": true,
        "postEditorCustomScript": true
      }
    }

    and the following tinymce.override.json:

    {
      "toolbar1": "styleselect formatselect searchreplace removeformat undo redo",
      "toolbar2": "image bullist numlist bold italic link unlink media table"
    }

    When I load Publii, the standard toolbars show up: publii-screenshot

    #3595
    Avatar photo[anonymous]

    This post is badly formatted, due to user error. Sorry. I’ve reposted in a new thread.