Account created on 7 June 2011, about 13 years ago
#

Recent comments

πŸ‡©πŸ‡ͺGermany Lissy

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.

πŸ‡©πŸ‡ͺGermany Lissy

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.

πŸ‡©πŸ‡ͺGermany Lissy

Lissy β†’ created an issue.

πŸ‡©πŸ‡ͺGermany Lissy

Klasse, Danke.
Da habe ich doch morgen viel mehr Lust, den nΓ€chsten Inhaltstypen anzugehen. ;-)

πŸ‡©πŸ‡ͺGermany Lissy

A Workarround is, to integrate the Tamper "Skip tampers on empty" and put it before the Explode-Tamper

πŸ‡©πŸ‡ͺGermany Lissy

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.

πŸ‡©πŸ‡ͺGermany Lissy

@sir_squall You are so right with "significant impact on the end user."
My customer are not amused.

πŸ‡©πŸ‡ͺGermany Lissy

@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

πŸ‡©πŸ‡ͺGermany Lissy

@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.

πŸ‡©πŸ‡ͺGermany Lissy

Yippiee!!! Thanks from me. ;-)

πŸ‡©πŸ‡ͺGermany Lissy

Also i would be very happy about a D10-compatible release!

πŸ‡©πŸ‡ͺGermany Lissy

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.

πŸ‡©πŸ‡ͺGermany Lissy

Thanks. The Patch did the trick for me.

πŸ‡©πŸ‡ͺGermany Lissy

@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.

πŸ‡©πŸ‡ͺGermany Lissy

Same problem here with Drupal 10.0.9 und entity_embed 8.x-1.4 and CKEDitor 5

πŸ‡©πŸ‡ͺGermany Lissy

Thanks to @NicholasS,
patch in #69 works for me with Layout Paragraph.

πŸ‡©πŸ‡ͺGermany Lissy

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?

πŸ‡©πŸ‡ͺGermany Lissy

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?

πŸ‡©πŸ‡ͺGermany Lissy

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?

πŸ‡©πŸ‡ͺGermany Lissy

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.

πŸ‡©πŸ‡ͺGermany Lissy

Realy? I hate it. ;-)
But there is a contrib module you can use.

πŸ‡©πŸ‡ͺGermany Lissy

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.

πŸ‡©πŸ‡ͺGermany Lissy

Same Error here.
I use this template without spaceless tag.
themes/contrib/bootstrap_barrio/templates/form/select.html.twig

Production build 0.69.0 2024