Blame data/org.gnome.online-accounts.gschema.xml

Packit Service c6b9b0
Packit Service c6b9b0
<schemalist gettext-domain="gnome-online-accounts">
Packit Service c6b9b0
  <schema id="org.gnome.online-accounts" path="/org/gnome/online-accounts/">
Packit Service c6b9b0
    <key name="whitelisted-providers" type="as">
Packit Service c6b9b0
      <default>['all']</default>
Packit Service c6b9b0
      <summary>List of providers that are allowed to be loaded</summary>
Packit Service c6b9b0
      <description>
Packit Service c6b9b0
        A list of strings representing the providers that are allowed to be loaded (default: 'all'). This is only evaluated on startup.
Packit Service c6b9b0
      </description>
Packit Service c6b9b0
    </key>
Packit Service c6b9b0
  </schema>
Packit Service c6b9b0
</schemalist>