Sharique Ahmed Farooqui
Sharique Ahmed Farooqui
+1 for upgrading base image, I recently upgraded my Drupal site to use PHP 8.1, but getting error on CI as image is still stuck at PHP 8.0.
In one of my personal project, I'm using following in `.gitlab-ci.yml` file for using PHP 8.1. ``` image: drupal:php8.1-apache-bullseye .before_script_template: before_script: - apt-get update -yqq - apt-get install -yqq git...
I'm getting "Bad gateway" on latest stable version of lando and docker from official docker repo. I'm using Fedora 35 and pantheon recipe.
It didn't helped, butI'm able to access site using `*.lndo.site` after some time.
Any update of this issue?
One quick work around is to add skip filter option to `blt.yml`. ``` validate: twig: filters: - check_markup
Yes, agree, I should be enhancement.
Any plan to move to CKEditor 5?
Check this, I've not tried this yet. https://gitlab.com/daddl3/symfony-ckeditor-5-webpack-vite
I'm tried with adding following in scaffold section of composer.json, but no impact. ``` "file-mapping": { "[project-root]/.editorconfig": false, "[project-root]/pantheon.upstream.yml": false, "[project-root]/.gitattributes": false, "[web-root]/INSTALL.txt": false } ```