The command names allowed in non-restricted areas of the content.
Defines which feature commands should be enabled in the restricted editing mode. The commands used for typing and deleting text
('input'
, 'delete'
and 'deleteForward'
) are allowed by the feature inside non-restricted regions and do not need to be defined.
Note: The restricted editing mode always allows to use the restricted mode navigation commands as well as 'undo'
and 'redo'
commands.
The default value is:
const restrictedEditingConfig = {
allowedCommands: [ 'bold', 'italic', 'link', 'unlink' ]
};
To make a command always enabled (also outside non-restricted areas) use
enableCommand
method.