diff options
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r-- | data/epiphany.schemas.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 8fb8764dc..05ab80ff9 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -96,6 +96,16 @@ </locale> </schema> <schema> + <key>/schemas/apps/epiphany/web/minimum_font_size</key> + <applyto>/apps/epiphany/web/minimum_font_size</applyto> + <owner>epiphany</owner> + <type>int</type> + <default>7</default> + <locale name="C"> + <short>Minimum font size</short> + </locale> + </schema> + <schema> <key>/schemas/apps/epiphany/web/use_own_colors</key> <applyto>/apps/epiphany/web/use_own_colors</applyto> <owner>epiphany</owner> @@ -394,6 +404,18 @@ </locale> </schema> <schema> + <key>/schemas/apps/epiphany/web/image_animation</key> + <applyto>/apps/epiphany/web/image_animation</applyto> + <owner>epiphany</owner> + <type>string</type> + <default>normal</default> + <locale name="C"> + <short>Image animation mode</short> + <long>How to present animated images. Possible values are "normal", + "once" and "disabled".</long> + </locale> + </schema> + <schema> <key>/schemas/apps/epiphany/web/allow_popups</key> <applyto>/apps/epiphany/web/allow_popups</applyto> <owner>epiphany</owner> |