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

FieldDescription

contentMenuStyle

Removed this field is not used anymore.

contentMenu

Optional Object containing configuration for content menu.

contentMenu.components

Optional values: list | icons | hierarchical

contentMenu.textStyles

Optional values: list | hierarchical

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",
    },