diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 2ad9a52d4..2012d136d 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -191,6 +191,19 @@ </locale> </schema> <schema> + <key>/schemas/apps/epiphany/general/active_extensions</key> + <applyto>/apps/epiphany/general/active_extensions</applyto> + <owner>epiphany</owner> + <type>list</type> + <list_type>string</list_type> + <locale name="C"> + <short>Loaded extensions</short> + <long>Partial filenames of extensions to load. For example, if a desired + extension's filename is "libgesturesextension.so", add "gestures" to the + list.</long> + </locale> + </schema> + <schema> <key>/schemas/apps/epiphany/web/default_encoding</key> <applyto>/apps/epiphany/web/default_encoding</applyto> <owner>epiphany</owner> |