1<?xml version="1.0"?>
2<schemalist>
3  <schema id="org.mate.pluma.plugins.filebrowser" path="/org/mate/pluma/plugins/filebrowser/">
4    <key name="open-at-first-doc" type="b">
5      <default>true</default>
6      <summary>Set Location to First Document</summary>
7      <description>If TRUE the file browser plugin will view the directory of the first opened document given that the file browser hasn't been used yet. (Thus this generally applies to opening a document from the command line or opening it with Caja, etc.)</description>
8    </key>
9    <key name="filter-mode" type="s">
10      <default>'hidden_and_binary'</default>
11      <summary>File Browser Filter Mode</summary>
12      <description>This value determines what files get filtered from the file browser. Valid values are: none (filter nothing), hidden (filter hidden files), binary (filter binary files) and hidden_and_binary (filter both hidden and binary files).</description>
13    </key>
14    <key name="filter-pattern" type="s">
15      <default>''</default>
16      <summary>File Browser Filter Pattern</summary>
17      <description>The filter pattern to filter the file browser with. This filter works on top of the filter_mode.</description>
18    </key>
19    <child name="on-load" schema="org.mate.pluma.plugins.filebrowser.on-load"/>
20  </schema>
21  <schema id="org.mate.pluma.plugins.filebrowser.on-load" path="/org/mate/pluma/plugins/filebrowser/on-load/">
22    <key name="tree-view" type="b">
23      <default>true</default>
24      <summary>Open With Tree View</summary>
25      <description>Open the tree view when the file browser plugin gets loaded instead of the bookmarks view</description>
26    </key>
27    <key name="root" type="s">
28      <default>''</default>
29      <summary>File Browser Root Directory</summary>
30      <description>The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE.</description>
31    </key>
32    <key name="virtual-root" type="s">
33      <default>''</default>
34      <summary>File Browser Virtual Root Directory</summary>
35      <description>The file browser virtual root directory to use when loading the file browser plugin when onload/tree_view is TRUE. The virtual root must always be below the actual root.</description>
36    </key>
37    <key name="enable-remote" type="b">
38      <default>false</default>
39      <summary>Enable Restore of Remote Locations</summary>
40      <description>Sets whether to enable restoring of remote locations.</description>
41    </key>
42  </schema>
43</schemalist>
44