The interface for the setting system manager.
Readonly
The server settings used to make API requests.
Fetch a plugin's settings.
The plugin's ID.
A promise that resolves if successful.
Fetch the list of all plugin setting bundles.
Optional
Remove a value using the data connector.
The identifier for the data being removed.
A promise that always rejects with an error.
Subclasses should reimplement if they support a back-end that can remove.
Save a plugin's settings.
The user setting values as a raw string of JSON with comments.
The interface for the setting system manager.