Conversation
91b6d36 to
8938527
Compare
8938527 to
b4f1f77
Compare
| description: 'Blockquote with 2 lines of caption' | ||
| thumb: { } | ||
| code: "<blockquote class=\"quotation\">\r\n<p>Berios sim destrum facientota nis ex eost aut prae vendis explam aliquis dolorpo rrorem reptaep elenis net.</p>\r\n\r\n<footer><cite><span class=\"quotation__author\">Her Excellency the Honourable Linda Dessau AC</span><br />\r\n<span class=\"quotation__author-title\">Governor of Victoria</span> </cite></footer>\r\n</blockquote>\r\n" | ||
| code: |
There was a problem hiding this comment.
[NOTE] This needs an update hook.
| @@ -80,8 +80,9 @@ settings: | |||
| - '<td align class>' | |||
| - '<p class="quotation__quote">' | |||
| ckeditor5_list: | |||
There was a problem hiding this comment.
[NOTE] This needs an update hook.
| @@ -918,72 +918,6 @@ display: | |||
| multi_type: separator | |||
| separator: ', ' | |||
| field_api_classes: false | |||
There was a problem hiding this comment.
[NOTE] Investigate the cause of the tide_media_browser failure due to the missing field_secure_file_target_id.
| multi_type: separator | ||
| separator: ', ' | ||
| field_api_classes: false | ||
| filemime_1: |
There was a problem hiding this comment.
[NOTE] Investigate the cause of the tide_media_browser failure due to the missing field_secure_file_target_id.
| COMPOSER=${COMPOSER:-composer.build.json} | ||
| APP=${APP:-/app} | ||
| WEBROOT=${WEBROOT:-docroot} | ||
| TEST_PACKAGE_NAME=${TEST_PACKAGE_NAME:-tide_test} |
There was a problem hiding this comment.
[NOTE] check if this part needs to removed from automation
composer.dev.json
Outdated
| "drupal/core-composer-scaffold": "^11.0", | ||
| "drupal/core": "10.5.2", | ||
| "drupal/core-recommended": "10.5.2", | ||
| "drupal/core": "11.x", |
There was a problem hiding this comment.
[NOTE] This needs to be changed to 11.3.x
| "drupal": { | ||
| "type": "composer", | ||
| "url": "https://packages.drupal.org/8", | ||
| "exclude": ["drupal/token_conditions", "drupal/ckeditor_templates", "drupal/create_menus_permission"] |
There was a problem hiding this comment.
[NOTE] check why do we need the customised "drupal/token_conditions", "drupal/ckeditor_templates", "drupal/create_menus_permission"
|
|
||
| mariadb: | ||
| image: "ghcr.io/dpc-sdp/bay/mariadb:${BAY_IMAGE_VERSION:-6.x}" | ||
| image: "uselagoon/mariadb-10.6-drupal:latest" |
There was a problem hiding this comment.
[NOTE] D11 needs mariadb-10.6+
|
|
||
| redis: | ||
| image: amazeeio/redis | ||
| image: uselagoon/redis-5:latest |
There was a problem hiding this comment.
[NOTE] why did I set it to uselagoon/redis-5:latest ???
tide_core.info.yml
Outdated
| - entity_reference_revisions:entity_reference_revisions | ||
| - quick_node_clone:quick_node_clone | ||
| - ckeditor5_embedded_content:ckeditor5_embedded_content | ||
| - embedded_content:embedded_content |
There was a problem hiding this comment.
[NOTE] we have to migrate from ckeditor5_embedded_content to embedded_content
| "extra": { | ||
| "patches": { | ||
| "drupal/admin_audit_trail": { | ||
| "Add an option to allow logging in CLI - https://www.drupal.org/project/admin_audit_trail/issues/3263615#comment-16412890": "https://www.drupal.org/files/issues/2026-01-15/3263615-admin_audit_trail-option-for-cli-10.patch" |
There was a problem hiding this comment.
[NOTE] check patches.
| "drupal/core-composer-scaffold": true | ||
| }, | ||
| "audit": { | ||
| "ignore": { |
There was a problem hiding this comment.
[NOTE] use "block-insecure": false
| scheme: public | ||
| directory: inline-images | ||
| max_size: '' | ||
| max_size: '10MB' |
There was a problem hiding this comment.
[NOTE] it needs an update hook.
| ckeditor5_list: | ||
| reversed: true | ||
| startIndex: true | ||
| properties: |
There was a problem hiding this comment.
[NOTE] It needs an update hook.
| status: true | ||
| dependencies: | ||
| module: | ||
| - ckeditor5_embedded_content |
There was a problem hiding this comment.
[NOTE] this needs to move to tide_ckeditor module
Jira
Problem/Motivation
Fix
Related PRs
Screenshots
TODO