@@ -11,7 +11,7 @@ ClassicEditor
.create( document.querySelector( '#snippet-custom-text-alignment-options' ), {
toolbar: {
items: [
- 'heading', '|', 'bulletedList', 'numberedList', 'alignmentDropdown', 'undo', 'redo'
+ 'heading', '|', 'bulletedList', 'numberedList', 'alignment', 'undo', 'redo'
],
viewportTopOffset: 60
},
@@ -9,7 +9,7 @@ ClassicEditor
.create( document.querySelector( '#snippet-text-alignment' ), {
}
@@ -29,7 +29,7 @@ const icons = new Map( [
* The default alignment UI plugin.
*
* It introduces the `'alignment:left'`, `'alignment:right'`, `'alignment:center'` and `'alignment:justify'` buttons
- * and the `'alignmentDropdown'` drop-down.
+ * and the `'alignment'` drop-down.
* @extends module:core/plugin~Plugin
*/