summaryrefslogtreecommitdiff
path: root/data/org.gnome.online-accounts.gschema.xml
blob: 4419d61733a1ef193754076f77e53d651b748876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-online-accounts">
  <schema id="org.gnome.online-accounts" path="/org/gnome/online-accounts/">
    <key name="whitelisted-providers" type="as">
      <default>['all']</default>
      <summary>List of providers that are allowed to be loaded</summary>
      <description>
        A list of strings representing the providers that are allowed to be loaded (default: 'all'). This is only evaluated on startup.

        Deprecated: use goa.conf in the system config directory instead, with a key [providers] enable=all instead. The key is comma-separated list of the provider names.
      </description>
    </key>
  </schema>
</schemalist>