| 123456789101112131415161718192021222324 | langcode: frstatus: truedependencies:  config:    - filter.format.wysiwyg  module:    - ckeditor5format: wysiwygeditor: ckeditor5settings:  toolbar:    items:      - heading      - bold      - italic  plugins:    ckeditor5_heading:      enabled_headings:        - heading2        - heading3        - heading4        - heading5        - heading6image_upload: {  }
 |