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' | undefined
module:find-and-replace/findandreplaceconfig~FindAndReplaceConfig#uiType
The type of the find and replace UI opened by the
'findAndReplace'
button registered in the editor's component factoryThe default value is
'dialog'
.