ckeditor5_plugin_elements_test.ckeditor5.yml

Same filename and directory in other branches
  1. 9 core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.ckeditor5.yml
  2. 10 core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.ckeditor5.yml
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.ckeditor5.yml

File

core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.ckeditor5.yml

View source
  1. # cspell:ignore everytextcontainer justheading
  2. ckeditor5_plugin_elements_test_headingCombo:
  3. ckeditor5:
  4. plugins: []
  5. drupal:
  6. label: TEST — block quote combo
  7. elements:
  8. - <h1 data-justheading>
  9. - <$text-container data-everytextcontainer>
  10. ckeditor5_plugin_elements_test_headingsWithOtherAttributes:
  11. ckeditor5:
  12. plugins: []
  13. drupal:
  14. label: TEST — headings with other attributes
  15. elements:
  16. - <h1 data-just-h1>
  17. - <h2 class="additional-allowed-class">
  18. - <h3 data-just-h3 data-just-h3-limited="i-am-the-only-allowed-value">
  19. - <h5 data-just-h5-limited="first-allowed-value second-allowed-value">
  20. ckeditor5_plugin_elements_test_headingsUseClassAnyValue:
  21. ckeditor5:
  22. plugins: []
  23. drupal:
  24. label: TEST — headings with any class
  25. elements:
  26. - <h1 class>
  27. - <h2 class>
  28. - <h3 class>
  29. - <h4 class>
  30. - <h5 class>
  31. - <h6 class>

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