ckeditor / ckeditor5-demos

Source codes for demos available at https://ckeditor.com/ckeditor-5/demo/
42 stars 61 forks source link

Introduced minor tweaks to inline editor content. #6

Closed ldrobnik closed 8 months ago

ldrobnik commented 1 year ago

Suggested merge commit message

Introduced minor tweaks to inline editor content. Part of #2571.


Additional information

I've made the following changes to the inline editor content:

  1. Replaced # with https://example.com in the footer editor links.
  2. Centered the content of the header editor (this required adding the alignment plugin).

A related PR for ckeditor5-private-demos: ckeditor/ckeditor5-private-demos#106

I'm introducing the same changes to the docs as part of #2559.