i am using Ckeditor 5 with Drupal 10.4.1 and would like to use svg-images with the image plugin from ckeditor.
I tried the function above in my Sub-theme from claro but it is not possible to upload svg.
Where is to place the hook? Or did i need aditional configuration?
I have the same error with a Drupal 10.2.4 installation.
Did someone test, if the module
https://www.drupal.org/project/config_entity_cloner β
is able to make a clone of a feeds-type with mapping and Tamper?
In Drupal 7 this was coming with feeds.
Hi MegaChriz,
Thank You very much.
I could solve a few tasks, i former solved with execute php-Plugin now with Rewrite and with Find replace-Plugin.
For a more complecated task i will use the event subscriber i a custom module.
It is the right way.
Klasse, Danke.
Da habe ich doch morgen viel mehr Lust, den nΓ€chsten Inhaltstypen anzugehen. ;-)
A Workarround is, to integrate the Tamper "Skip tampers on empty" and put it before the Explode-Tamper
My error was to use svg.
this does not work with pseudo-Elements.
I thoughed it would be necassary for the CKEditor 5 Icons Module, but it is not.
@sir_squall You are so right with "significant impact on the end user."
My customer are not amused.
@jnicola you dont need the radio button choice to choose "kint extended".
My choose devel settings is Symfony var-dumper.
Because of memory issues perhaps it is a solution to set $depth_limit in settings.php.
Please choose the right syntax for your version.
https://gist.github.com/JPustkuchen/a5f1eaeb7058856b7ef087b028ffdfeb
@jnicola, there ist no special option. You can get the methods with ksm() or kint() if Devel, kint-php/kint 4.2 and devel_kint_extras are installed.
Same Issue here
Yippiee!!! Thanks from me. ;-)
Also i would be very happy about a D10-compatible release!
Hi Perry, I think, you can change that in the CSS of Admin Theme. I have a subthem of claro.
But I did not observe this effekt with the link button jet.
Thanks. The Patch did the trick for me.
@DamienMcKenna
I did not set the field consciously on my name. But indeed i could find a solution here:
https://www.drupal.org/project/drupal/issues/3274937#comment-14824232
π
Get CKEditor 5 to work in (modal) dialogs
Fixed
The CSS worked for me:
.ck-body-wrapper .ck {
--ck-z-modal: 1261;
}
.ui-dialog ~ .ck-body-wrapper {
--ck-z-modal: 1261;
}
I put it into subtheme of claro.
Same problem here with Drupal 10.0.9 und entity_embed 8.x-1.4 and CKEDitor 5
Thanks to @NicholasS,
patch in #69 works for me with Layout Paragraph.
I have the same problem in Drupal 10.0.9:
If i install flmngr via composer like this:
composer require 'drupal/flmngr:^2.10'
composer installs autmatically ckeditor 4:
Using version ^2.10 for drupal/flmngr
./composer.json has been updated
Running composer update drupal/flmngr
Loading composer repositories with package information
Updating dependencies
Lock file operations: 3 installs, 0 updates, 0 removals
- Locking drupal/ckeditor (1.0.2)
- Locking drupal/flmngr (2.10.0)
- Locking drupal/n1ed (2.63.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 3 installs, 0 updates, 0 removals
- Installing drupal/ckeditor (1.0.2): Extracting archive
- Installing drupal/n1ed (2.63.0): Extracting archive
- Installing drupal/flmngr (2.10.0): Extracting archive
Generating autoload files
46 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
How can i avoid this behaviour?
require an other version of drupal/ckeditor than 1.0.2?
Why dont use the module the version 5 which comes with drupal 10?
Lissy β created an issue. See original summary β .
If i use the patched Version fo superfish with core_version_requirement: ^8 || ^9 || ^10 in the info-file and the other changes, i get the message from composer:
drupal/superfish dev-1.x requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.9] but it conflicts with your root composer.json require (^10.0).
How to get the patched version under composer controll in Drupal 10?
Hi ressa,
sorry, i forgot to answer Question in #5.
Yes, i can debug in twig with kint in Drupal 10.
Also without the setting option.
But I have problems to debug in php my hook.
I does not get the Available methods + Static class properties.
Any Idea?
HI @larowlan
Thanks for the patch, but the code
if ($args = $this->currentRequest->query->get('view_args')) {
$executable->setArguments($args);
}
is already in the version 8.x-2.11.
Realy? I hate it. ;-)
But there is a contrib module you can use.
Hi ressa,
thanks so much.
it seems as i had found my way to rome and You are right, the Option is not realy necessary to debug with function and methods shown. ;-)
I have to do more tests.
Lissy β created an issue.
Same Error here.
I use this template without spaceless tag.
themes/contrib/bootstrap_barrio/templates/form/select.html.twig