parameters to retrieve editor instance from
Named parameters to be passed to element filters. For overriding filter rules a typical pattern to start with is:
params.parent && params.parent(args);
Readonlyeditor: EditorCKEditor instance, for example to access configuration.
Readonlynode: ElementProxyThe node to process.
ReadonlyparentRule: ElementFilterRuleA parent mapping to respect (or to ignore, thus override). It is required, so that it is easier to trigger a call to the parent rule. Just add it as empty function, if there is no parent.
Named parameters to be passed to element filters. For overriding filter rules a typical pattern to start with is:
params.parent && params.parent(args);
Readonlyeditor: EditorCKEditor instance, for example to access configuration.
Readonlynode: TextProxyThe node to process.
ReadonlyparentRule: TextFilterRuleA parent mapping to respect (or to ignore, thus override). It is required, so that it is easier to trigger a call to the parent rule. Just add it as empty function, if there is no parent.
Get the schema set for the data processor of the given editor.