Changes you make here will be applied to the admin sidebar and persist
between reloads
on this device only. Note that in addition to the
text
and
route
options, you can also specify a
icon
or a
href
, if you want to link to a specific page but don't know the
Ember route. You can also use the Ember Inspector extension to find route
names, for example for plugin routes which are not auto-generated here.
routeModels
is an array of values that correspond to parts of the route; for example the
topic route may be
/t/:id
, so to get a link to topic with ID 123 you would do
routeModels: [123]
.
All configuration options for a section and its links looks like this:
{{this.exampleJson}}