πŸ‡«πŸ‡·France @Flodevelop

Account created on 27 February 2010, over 14 years ago
#

Recent comments

πŸ‡«πŸ‡·France Flodevelop

The patch #42 from tbenice works for me :
https://www.drupal.org/project/drupal/issues/2840283#comment-13515227 πŸ› Problem with action path for embedded forms Needs work

πŸ‡«πŸ‡·France Flodevelop

Maybe a solution is to edit each block yaml configuration files and remove manually all others visibility condition,
then import configuration.

visibility:
condition_group:
id: condition_group
negate: false
context_mapping: { }
block_visibility_group: not_this_content_type

πŸ‡«πŸ‡·France Flodevelop

Hello,
It is possible to load the css with a hook :

/**
 * Implements hook_library_info_alter().
 */
function mymodule_library_info_alter(array &$libraries, $extension) {
  if ($extension === 'ckeditor5' && isset($libraries['internal.drupal.ckeditor5'])) {
    $libraries['internal.drupal.ckeditor5']['dependencies'][] = 'mymodule/ckeditor5_stylesheets';
  }
}
πŸ‡«πŸ‡·France Flodevelop

Hello,
I update the patch from #17 on my Drupal 9.5 + Calendar Beta 1 and the ajax pager in my views block is working fine.

πŸ‡«πŸ‡·France Flodevelop

Here is a patch to fix this error.

Production build 0.69.0 2024