# Toolbar entries
#
# Apps like the file browser contribute a toolbar entry.
# This setting can control which toolbar entries are shown
# and for the most part also in which order.
#
# Format: Comma-separated list of entries.
#
# The special entry "*" adds all remaining available toolbar entries.
# An entry starting with "!" removes that item from the available entries.
# The order of the initial buttons "Home, Top Resources, Layouts"
# cannot be changed, but they can be suppressed by adding "!",
# for example "Home, !Top Resources, !Layouts"
#
# Examples:
#
# Default buttons, then all remaining available items:
#
# Home, Top Resources, Layouts, *
#
# Default buttons, then assert that File Browser comes next:
#
# Home, Top Resources, Layouts, File Browser, *
#
# Only Home and File Browser:
#
# Home, !Top Resources, !Layouts, File Browser
toolbar_entries=Home, Top Resources, Layouts, File Browser, *