Skip to content
Snippets Groups Projects
Commit 94da694d authored by Shaimaa Natshah's avatar Shaimaa Natshah
Browse files

Issue #3359672: Add codeBlock item in text editor full html toolbar

parent 49c9344b
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ dependencies:
- filter.format.full_html
module:
- ckeditor5
_core:
default_config_hash: Sd8dBlBaAFK_Tni_3O3mkJ55FVszxWZgQ1P0bjhwtUU
format: full_html
editor: ckeditor5
settings:
......@@ -23,8 +25,8 @@ settings:
- subscript
- '|'
- link
- drupalInsertImage
- '|'
- uploadImage
- drupalMedia
- '|'
- blockQuote
......@@ -47,7 +49,14 @@ settings:
- '|'
- sourceEditing
- '-'
- codeBlock
plugins:
ckeditor5_alignment:
enabled_alignments:
- center
- justify
- left
- right
ckeditor5_heading:
enabled_headings:
- heading2
......@@ -55,13 +64,22 @@ settings:
- heading4
- heading5
- heading6
ckeditor5_sourceEditing:
allowed_tags: { }
ckeditor5_imageResize:
allow_resize: true
ckeditor5_language:
language_list: all
ckeditor5_list:
reversed: true
startIndex: true
ckeditor5_sourceEditing:
allowed_tags: { }
editor_advanced_link_link:
enabled_attributes: { }
linkit_extension:
linkit_enabled: true
linkit_profile: default
media_media:
allow_view_mode_override: false
image_upload:
status: true
scheme: public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment