Interface

AlignmentConfig (alignment)

@ckeditor/ckeditor5-alignment/src/alignmentconfig

interface

The configuration of the alignment feature.

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

See all editor configuration options.

Filtering

Properties