NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
Sign up (with export icon)

HeadingTitleConfig

Api-interface iconinterface

The configuration of the title feature.

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

See all editor configuration options.

Properties