FindAndReplaceConfig
interface
The configuration of the find and replace feature.
The option is used by the FindAndReplace feature.
ClassicEditor
.create( {
findAndReplace: ... // Find and replace feature config.
} )
.then( ... )
.catch( ... );
See all editor options.
Properties
-
uiType : 'dialog' | 'dropdown' | undefinedmodule:find-and-replace/findandreplaceconfig~FindAndReplaceConfig#uiTypeThe type of the find and replace UI opened by the
'findAndReplace'button registered in the editor's component factoryThe default value is
'dialog'.