- @jkamizato opened merge request.
- Status changed to Needs review
almost 2 years ago 7:50pm 24 January 2023 - ๐ง๐ทBrazil jkamizato
I've change the approach. It was easier to user select option list instead of popup.
- Status changed to RTBC
over 1 year ago 2:20pm 12 July 2023 - ๐บ๐ธUnited States damondt
Thanks for the patch!
Including snippets for composer.json that can be used to update for D10 compatability before this gets merged in:
In "repositories" above the default one:{ "type": "package", "package": { "name": "drupal/ckeditor_responsive_plugin", "type": "drupal-module", "version": "dev-3334636-create-new-version", "source": { "type": "git", "url": "https://git.drupalcode.org/issue/ckeditor_responsive_plugin-3334636.git", "reference": "3334636-create-new-version" } } },
And update the constraint to
"drupal/ckeditor_responsive_plugin": "dev-3334636-create-new-version",
- ๐ซ๐ทFrance Kgaut
Hi jkamizato,
Thank you for this amazing job. I'm doing a bit of cleaning in order to get rid of old code that is not necessary anymore before merge !
- ๐ซ๐ทFrance Kgaut
Hi, just created the 2.1.x branch in order to polish things : https://www.drupal.org/project/ckeditor_responsive_plugin/releases/2.1.x... โ
Thanks for your work !
- Status changed to Fixed
over 1 year ago 7:13am 21 July 2023 - ๐ฎ๐ณIndia abhijeet.kumar2107 Gurgaon
I've applied patch #4 and the backend icon works, but I can't add content after selecting the grid.
Please check i have also attached the scheenshot.1. After selection of grid layout as for example 50% each https://www.drupal.org/files/issues/2023-07-24/After_selection_unable_to... โ
2. previous version with ckedior04 having grid areas where we update content https://www.drupal.org/files/issues/2023-07-24/ckeditor_resposive_plugin... โ - Status changed to Needs work
over 1 year ago 7:19am 24 July 2023 - Status changed to Downport
about 1 year ago 12:47pm 22 August 2023 Hi, here is a quick patch to fix issues
- Add content after injecting the grid
- 33%/33%/33% grid layout throwing an error
I am in the process of upgrading this to CKEditor5. I noticed that If I use the version to `^2.1.x-dev` with #13 patch. The patch applied. But #13 patch doesn't contain D10 computability changes. If I keep `^2.0` version, the patch won't apply.
- ๐บ๐ธUnited States JustinJohnson St. Paul, Minnesota, USA
Here is a patch that updates the patch from #13 to make the v2.1 compatible with Drupal 10.3, as per: https://www.drupal.org/project/ckeditor_responsive_plugin/issues/3460031 ๐ Drupal 10.3 Compatibility Active
I installed the 2.1.x-dev version and tested it on Drupal 10.3 with patch #15. It works great. I can add responsive plugin buttons to text formatting and CKEditor5 loads fine.
- Status changed to RTBC
4 months ago 7:06pm 30 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.