Sign up (with export icon)

FindAndReplaceConfig

Api-interface icon 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( ... );
Copy code

See all editor options.

Properties

  • Chevron-right icon

    uiType : 'dialog' | 'dropdown' | undefined

    The type of the find and replace UI opened by the 'findAndReplace' button registered in the editor's component factory

    The default value is 'dialog'.