Piotrek Koszuliński il y a 6 ans
Parent
commit
090cdf8c9c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      packages/ckeditor5-ui/docs/examples/custom-ui.md

+ 2 - 1
packages/ckeditor5-ui/docs/examples/custom-ui.md

@@ -1,9 +1,10 @@
 ---
-title: Custom UI (with Bootstrap)
 category: examples-framework
 order: 20
 ---
 
+# Custom UI (with Bootstrap)
+
 The editor below runs a completely custom user interface written in [Bootstrap](http://getbootstrap.com/), while the editing is provided by CKEditor 5. To learn more, check out the {@link framework/guides/external-ui detailed guide} on how to integrate an external UI with the editor.
 
 {@snippet examples/bootstrap-ui}