diff options
Diffstat (limited to 'libcaja-private/org.mate.caja.gschema.xml.in')
-rw-r--r-- | libcaja-private/org.mate.caja.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcaja-private/org.mate.caja.gschema.xml.in b/libcaja-private/org.mate.caja.gschema.xml.in index 1cf7fa0e..8aef7ade 100644 --- a/libcaja-private/org.mate.caja.gschema.xml.in +++ b/libcaja-private/org.mate.caja.gschema.xml.in @@ -457,4 +457,13 @@ <_description>The side pane view to show in newly opened windows.</_description> </key> </schema> + + <schema path="/org/mate/caja/extensions/" id="org.mate.caja.extensions" gettext-domain="caja"> + <key type="as" name="disabled-extensions"> + <default>[ ]</default> + <summary>List of extensions in disabled state.</summary> + <description>This list contains the extensions that are currently de-activated.</description> + </key> + </schema> + </schemalist> |