Right Sidebar

Since Writer version 7.0.0 the Right Sidebar has been introduced. It replaces the tabOrder config in earlier versions with the new tabsDefinition.

"tabsDefinition": {
    "main": {
        "id": "main",
        "name": "Meta",
        "icon": "tags-alt-outline-bold"
    },
    "Search": {
        "id": "Search",
        "name": "Search",
        "shortName": "S"
    }
},

id - Id for tab name - Full name for the tab icon - Optional. Icon presentation for the tab. Will be prioritized before shortName (Available icons) shortName - Optional. If no icon is configured the shortName will be displayed in the "button"