AlignmentConfig
interface
The configuration of the alignment feature.
ClassicEditor
.create( editorElement, {
alignment: {
options: [ 'left', 'right' ]
}
} )
.then( ... )
.catch( ... );
Properties
-
options : Array<AlignmentSupportedOption | AlignmentFormat> | undefined
module:alignment/alignmentconfig~AlignmentConfig#options