-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
D10 Update - fixing failing behat tests and configuring new text editor.
- Loading branch information
Showing
15 changed files
with
963 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
uuid: 2afc2b0b-af53-4414-adc6-b287aa18bda7 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- filter.format.email_html | ||
module: | ||
- ckeditor5 | ||
format: email_html | ||
editor: ckeditor5 | ||
settings: | ||
toolbar: | ||
items: | ||
- heading | ||
- bold | ||
- italic | ||
plugins: | ||
ckeditor5_heading: | ||
enabled_headings: | ||
- heading2 | ||
- heading3 | ||
- heading4 | ||
- heading5 | ||
- heading6 | ||
image_upload: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
uuid: 993197d4-c3b2-400b-aaf7-c0548cef2aac | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- filter.format.rich_text_wizard | ||
module: | ||
- ckeditor5 | ||
format: rich_text_wizard | ||
editor: ckeditor5 | ||
settings: | ||
toolbar: | ||
items: | ||
- heading | ||
- bold | ||
- italic | ||
- strikethrough | ||
- subscript | ||
- superscript | ||
- horizontalLine | ||
- removeFormat | ||
- link | ||
- bulletedList | ||
- numberedList | ||
- blockQuote | ||
- insertTable | ||
- style | ||
- sourceEditing | ||
plugins: | ||
ckeditor5_heading: | ||
enabled_headings: | ||
- heading2 | ||
- heading3 | ||
- heading4 | ||
- heading5 | ||
- heading6 | ||
ckeditor5_list: | ||
reversed: true | ||
startIndex: true | ||
ckeditor5_sourceEditing: | ||
allowed_tags: { } | ||
ckeditor5_style: | ||
styles: | ||
- | ||
label: 'Square link' | ||
element: '<a class="square">' | ||
image_upload: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
_core: | ||
default_config_hash: qE7nRF7VKMVNntpJzc4mJtGeq3MOzeYF9orshg3dXyE | ||
send: true | ||
log: true | ||
verbose: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
_core: | ||
default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE | ||
interface: | ||
default: php_mail | ||
default: maillog |
Oops, something went wrong.