ckeditor5_definition_supporting_element.ckeditor5.yml

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

File

core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.ckeditor5.yml

View source
  1. ckeditor5_definition_supporting_element_just_nav:
  2. ckeditor5:
  3. plugins: []
  4. drupal:
  5. label: TEST — <nav>
  6. elements:
  7. - <nav>
  8. ckeditor5_definition_supporting_element_just_article:
  9. ckeditor5:
  10. plugins: []
  11. drupal:
  12. label: TEST — <article>
  13. elements:
  14. - <article>
  15. ckeditor5_definition_supporting_element_article_class:
  16. ckeditor5:
  17. plugins: []
  18. drupal:
  19. label: TEST — <article class>
  20. elements:
  21. - <article class>
  22. ckeditor5_definition_supporting_element_article_class_with_values:
  23. ckeditor5:
  24. plugins: []
  25. drupal:
  26. label: TEST — <article class="…">
  27. elements:
  28. - <article class="this-value that-value">
  29. ckeditor5_definition_supporting_element_just_footer:
  30. ckeditor5:
  31. plugins: []
  32. drupal:
  33. label: TEST — <footer>
  34. elements:
  35. - <footer>
  36. ckeditor5_definition_supporting_element_footer_class:
  37. ckeditor5:
  38. plugins: []
  39. drupal:
  40. label: TEST — <footer class>
  41. elements:
  42. - <footer class>
  43. ckeditor5_definition_supporting_element_just_aside:
  44. ckeditor5:
  45. plugins: []
  46. drupal:
  47. label: TEST — <aside>
  48. elements:
  49. - <aside>
  50. ckeditor5_definition_supporting_element_aside_class_with_values:
  51. ckeditor5:
  52. plugins: []
  53. drupal:
  54. label: TEST — <article class="…">
  55. elements:
  56. - <aside class="this-value that-value">
  57. ckeditor5_definition_supporting_element_main_class:
  58. ckeditor5:
  59. plugins: []
  60. drupal:
  61. label: TEST — <main class>
  62. elements:
  63. - <main class>
  64. ckeditor5_definition_supporting_element_main_class_with_values:
  65. ckeditor5:
  66. plugins: []
  67. drupal:
  68. label: TEST — <main class="…">
  69. elements:
  70. - <main class="this-value that-value">
  71. ckeditor5_definition_supporting_element_figure_one_attrib:
  72. ckeditor5:
  73. plugins: []
  74. drupal:
  75. label: TEST — <figure data-one>
  76. elements:
  77. - <figure data-one>
  78. ckeditor5_definition_supporting_element_figure_two_attrib:
  79. ckeditor5:
  80. plugins: []
  81. drupal:
  82. label: TEST — <figure data-one data-two>
  83. elements:
  84. - <figure data-one data-two>
  85. ckeditor5_definition_supporting_element_dialog_two_attrib:
  86. ckeditor5:
  87. plugins: []
  88. drupal:
  89. label: TEST — <dialog data-one data-two>
  90. elements:
  91. - <dialog data-one data-two>
  92. ckeditor5_definition_supporting_element_dialog_one_attrib:
  93. ckeditor5:
  94. plugins: []
  95. drupal:
  96. label: TEST — <dialog data-one>
  97. elements:
  98. - <dialog data-one>

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