Sign up (with export icon)

HeadingTitleConfig

Api-interface icon interface

The configuration of the title feature.

ClassicEditor
  .create( document.querySelector( '#editor' ), {
    plugins: [ Title, ... ],
    title: {
      placeholder: 'My custom placeholder for the title'
    },
    placeholder: 'My custom placeholder for the body'
  } )
  .then( ... )
  .catch( ... );
Copy code

See all editor configuration options.

Properties