editor.editor.test_format_image.yml

Same filename and directory in other branches
  1. 9 core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_image.yml
  2. 10 core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_image.yml
core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_image.yml

File

core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_image.yml

View source
  1. uuid: f962b8c7-4c74-4100-b6de-08e6a65ff43c
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - filter.format.test_format_image
  7. module:
  8. - ckeditor5
  9. format: test_format_image
  10. editor: ckeditor5
  11. settings:
  12. toolbar:
  13. items:
  14. - bold
  15. - italic
  16. - uploadImage
  17. - sourceEditing
  18. plugins:
  19. ckeditor5_imageResize:
  20. allow_resize: false
  21. ckeditor5_sourceEditing:
  22. allowed_tags:
  23. - <img data-foo>
  24. image_upload:
  25. status: true
  26. scheme: public
  27. directory: inline-images
  28. max_size: ''
  29. max_dimensions:
  30. width: 0
  31. height: 0

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