ckeditor5_test.ckeditor5.yml

Same filename in other branches
  1. 10 core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.ckeditor5.yml
  2. 11.x core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.ckeditor5.yml
core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.ckeditor5.yml

File

core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.ckeditor5.yml

View source
  1. # cspell:ignore layercake
  2. ckeditor5_test_layercake:
  3. ckeditor5:
  4. plugins: []
  5. config:
  6. drupalElementStyles:
  7. layercake:
  8. - name: 'layerCakeSide'
  9. title: 'Media aligned to side'
  10. icon: '<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path opacity=".5" d="M2 3h16v1.5H2zm0 12h16v1.5H2z"/><path d="M18.003 7v5.5a1 1 0 0 1-1 1H8.996a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h8.007a1 1 0 0 1 1 1zm-1.506.5H9.5V12h6.997V7.5z"/></svg>'
  11. attributeName: 'class'
  12. attributeValue: 'layercake-side'
  13. modelElements: ['drupalMedia']
  14. drupalMediaStyles:
  15. toolbar:
  16. - drupalElementStyle:layerCakeSide
  17. drupal:
  18. label: TEST — Layercake
  19. library: ckeditor5_test/layercake
  20. toolbar_items:
  21. simpleBox:
  22. label: Simple Box
  23. twoCol:
  24. label: Two Col layout
  25. elements:
  26. - <h1 class>
  27. - <div class>
  28. - <section class>
  29. - <drupal-media class="layercake-side">

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.