Here is the sidebars array in a plain text editor:
<key>sidebars</key>
<array>
<dict>
sidebar keys and values
</dict>
<dict>
sidebar keys and values
</dict>
</array>
Here is an example of an array with a single string:
<array> <string>value</string>
</array>
Here is an example of an array with multiple strings:
<array> <string>value</string> <string>value 2</string>
</array>
About Comments
The theme.plist file includes comments to help provide editing instructions and example keys and values. Comments are ignored when the theme.plist file is read by the wiki server.
Comments start with
For example, the wireframe theme’s theme.plist file includes the following comment to indicate where the example sidebars section starts:
The sidebars array is preceded by a
About Errors
Make sure all required values are present. If you don’t include required keys and values in the theme.plist file (for example, a displayName or a uid for a sidebar), loading the wiki’s main page will display an “Internal Server Error” page. Wiki pages that don’t have sidebars won’t display this error.
16