Skip to content
Snippets Groups Projects
Commit ccbeb57d authored by Alex Pott's avatar Alex Pott Committed by Marcos Cano
Browse files

Issue #3508658 by alexpott: Update tests to using ckeditor5

parent 1ff593ca
No related branches found
No related tags found
1 merge request!126Remove Drupal 11 overrides - all dev deps compatible
Pipeline #433356 passed with warnings
......@@ -21,14 +21,6 @@ phpcs:
MYSQL_DATABASE: drupal
MYSQL_ROOT_PASSWORD: drupal
# Workaround for development dependencies that are not yet compatible
# with Drupal 11, use lenient and override their core compatibility.
composer:
variables:
_LENIENT_ALLOW_LIST: "entity_embed,embed,ckeditor,entity_browser_block"
PHP_VERSION: $CORE_PHP_MIN
IGNORE_PROJECT_DRUPAL_CORE_VERSION: 1
phpunit:
before_script:
- 'sed -i "s/core_version_requirement.*/core_version_requirement: \^10||\^11/" web/modules/contrib/**/*.info.yml'
......
......@@ -12,15 +12,14 @@
},
"require": { },
"require-dev": {
"drupal/ckeditor": "^1.0",
"drupal/entity_embed": "~1.0",
"drupal/entity_embed": "^1.7",
"drupal/entity_reference_revisions": "~1.0",
"drupal/paragraphs": "~1.0",
"drupal/webform": "^6.0.0-alpha4",
"drupal/block_field": "~1.0",
"drupal/dynamic_entity_reference": "~1.0 || ^2.0 || ^4.0",
"drupal/entity_browser": "~2.0",
"drupal/entity_browser_block": "~1.0",
"drupal/entity_browser_block": "~1.0 || ^2.0",
"drupal/inline_entity_form": "^1.0@RC || ^3.0@RC",
"drupal/redirect": "^1.11"
},
......
......@@ -4,40 +4,34 @@ dependencies:
config:
- filter.format.eu_test_text_format
module:
- ckeditor
- ckeditor5
format: eu_test_text_format
editor: ckeditor
editor: ckeditor5
settings:
toolbar:
rows:
-
-
name: Formatting
items:
- Bold
- Italic
-
name: Links
items:
- DrupalLink
- DrupalUnlink
-
name: Lists
items:
- BulletedList
- NumberedList
-
name: Media
items:
- Blockquote
- node
- DrupalImage
-
name: Tools
items:
- Source
items:
- bold
- italic
- '|'
- link
- '|'
- bulletedList
- numberedList
- '|'
- blockQuote
- node
- drupalInsertImage
- '|'
- sourceEditing
plugins:
language:
language_list: un
stylescombo:
styles: ''
ckeditor5_imageResize:
allow_resize: true
ckeditor5_list:
properties:
reversed: true
startIndex: true
multiBlock: true
ckeditor5_sourceEditing:
allowed_tags: { }
image_upload:
status: false
......@@ -13,3 +13,12 @@ filters:
status: true
weight: 0
settings: { }
filter_html:
id: filter_html
provider: filter
status: false
weight: -10
settings:
allowed_html: ''
filter_html_help: true
filter_html_nofollow: false
......@@ -7,4 +7,4 @@ dependencies:
- entity_embed:entity_embed
- drupal:text
- drupal:node
- drupal:ckeditor
- drupal:ckeditor5
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