# 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`.

![](https://content.gitbook.com/content/S4N9bhfVoVIx4UgollO1/blobs/y2UPqY5usa8vi0Csz0qH/Ska%CC%88rmavbild%202021-03-01%20kl.%2013.25.01.png)

```
"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](http://content-icon-pack.s3-website-eu-west-1.amazonaws.com/writer/7.0.0/))\
**shortName** - *Optional*. If no icon is configured the shortName will be displayed in the "button"
