Sign up (with export icon)

AlignmentConfig

Api-interface icon interface

The configuration of the alignment feature.

ClassicEditor
  .create( editorElement, {
    alignment: {
      options: [ 'left', 'right' ]
    }
  } )
  .then( ... )
  .catch( ... );
Copy code

See all editor configuration options.

Properties