Enable and configure CKEditor iFrame #116
This commit is contained in:
parent
1ba52f5250
commit
d818b6782f
2 changed files with 10 additions and 0 deletions
|
@ -17,6 +17,7 @@ module:
|
|||
charts_chartjs: 0
|
||||
checklistapi: 0
|
||||
ckeditor5: 0
|
||||
ckeditor_iframe: 0
|
||||
classitup: 0
|
||||
comment: 0
|
||||
components: 0
|
||||
|
|
|
@ -26,6 +26,7 @@ settings:
|
|||
- blockQuote
|
||||
- drupalMedia
|
||||
- insertTable
|
||||
- iframeEmbed
|
||||
- horizontalLine
|
||||
- showBlocks
|
||||
- sourceEditing
|
||||
|
@ -49,6 +50,14 @@ settings:
|
|||
multiBlock: true
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
ckeditor_iframe_embed_iframeembed:
|
||||
enabled_optional_attributes:
|
||||
- height
|
||||
- width
|
||||
- name
|
||||
- tabindex
|
||||
- title
|
||||
- allowfullscreen
|
||||
editor_advanced_link_link:
|
||||
enabled_attributes: { }
|
||||
linkit_extension:
|
||||
|
|
Loading…
Add table
Reference in a new issue