8
0
Quellcode durchsuchen

Tests: Add header to button dropdown tests.

Maciej Gołaszewski vor 8 Jahren
Ursprung
Commit
1a60364d22
1 geänderte Dateien mit 5 neuen und 3 gelöschten Zeilen
  1. 5 3
      packages/ckeditor5-ui/tests/dropdown/manual/dropdown.md

+ 5 - 3
packages/ckeditor5-ui/tests/dropdown/manual/dropdown.md

@@ -28,6 +28,8 @@ listDropdownCollection.add(
 	} )
 );
 ```
-* Play with `buttons[ n ].isOn` to control buttonDropdown active icon.
-* Play with `buttons[ n ].isEnabled` to control buttonDropdown disabled state (all buttons must be set to `false`).
-* Play with `buttonDropdownModel.isVertical` to control buttonDropdown vertical/horizontal alignment.
+
+## Button Dropdown
+1. Play with `buttons[ n ].isOn` to control buttonDropdown active icon.
+2. Play with `buttons[ n ].isEnabled` to control buttonDropdown disabled state (all buttons must be set to `false`).
+3. Play with `buttonDropdownModel.isVertical` to control buttonDropdown vertical/horizontal alignment.