Provides methods to access the settings schema
Creates new instance of API
The schema API
Get the default settings for the project
The default settings for the project
const projectSettings = editor.schema.settings.getDefaultProjectSettings(); Copy
const projectSettings = editor.schema.settings.getDefaultProjectSettings();
Get the default settings for the user in the project
The default settings for the user in the project
const projectUserSettings = editor.schema.settings.getDefaultProjectUserSettings(); Copy
const projectUserSettings = editor.schema.settings.getDefaultProjectUserSettings();
Get the default settings for the user
The default settings for the user
const userSettings = editor.schema.settings.getDefaultUserSettings(); Copy
const userSettings = editor.schema.settings.getDefaultUserSettings();
Provides methods to access the settings schema