diff options
Diffstat (limited to 'data/org.gnome.evolution.eplugin.templates.gschema.xml.in')
-rw-r--r-- | data/org.gnome.evolution.eplugin.templates.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.eplugin.templates.gschema.xml.in b/data/org.gnome.evolution.eplugin.templates.gschema.xml.in new file mode 100644 index 0000000000..7628c743b3 --- /dev/null +++ b/data/org.gnome.evolution.eplugin.templates.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist> + <schema gettext-domain="evolution" id="org.gnome.evolution.eplugin.templates" path="/apps/evolution/eplugin/templates/"> + <key name="template-placeholders" type="as"> + <default>['myphone=012345','myplace=Abcd','myname=Alice']</default> + <_summary>List of keyword/value pairs for the Templates plugin to substitute in a message body.</_summary> + <_description>List of keyword/value pairs for the Templates plugin to substitute in a message body.</_description> + </key> + </schema> +</schemalist> |