Content menu

Since Writer 8.1 there is new writer config for the content menu. Remove contentMenuStyle in your writer config.

    "contentMenuStyle": "dense",
    "contentMenu": {
        "components": "icons",
        "textStyles": "list",
    },

Field description

This config is optional and it will default to "components": "icons", "textStyles": "list"

Visualization of different settings

The user can change these settings in the UI and override the default writer config, this is saved in localstorage meaning that the browser will remember the preferred choice.

    "contentMenu": {
        "components": "icons",
        "textStyles": "list",
    },
    "contentMenu": {
        "components": "hierarchical",
        "textStyles": "hierarchical",
    },

Last updated