Skip to content
Snippets Groups Projects

3472777 119 Added elements used by todo list to allowed for Limit allowed HTML tags filter

Merged Wojciech Kukowski requested to merge issue/ckeditor5_plugin_pack-3472777:3472777 into 1.2.x
1 file
+ 9
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,15 @@ ckeditor5_plugin_pack_todo_document_list__todo_document_list:
- list.TodoList
drupal:
label: To-do list
elements: false
elements:
- <ul>
- <ul class>
- <span>
- <span class contenteditable>
- <label>
- <label class>
- <input>
- <input type tabindex disabled>
library: core/ckeditor5.list
admin_library: ckeditor5_plugin_pack_todo_document_list/admin.todo_document_list
toolbar_items:
Loading