Account created on 14 November 2011, over 12 years ago
#

Recent comments

πŸ‡©πŸ‡ͺGermany rhiss

Please read:  https://www.drupal.org/node/3322420 β†’
We need to enable the phpass module using Drush.

πŸ‡©πŸ‡ͺGermany rhiss

I just added the 12 support: "drush.services.yml": "^9 || ^10 || ^11 || ^12"

πŸ‡©πŸ‡ͺGermany rhiss

Hi, just a little change to the patch because of "The 'core_version_requirement' constraint (^9.2 || ^10) requires the 'core' key not be set ..."

πŸ‡©πŸ‡ͺGermany rhiss

the patch #2 did not apply for me. created a new patch.

πŸ‡©πŸ‡ͺGermany rhiss
<a href="https://www.mydomain.com" class="use-ajax" data-dialog-type="modal" data-dialog-options="{&quot;width&quot;:&quot;700px&quot;}"> <i class="fa fa-book" aria-hidden="true"></i> Benutzerhandbuch</a>
$build['open_in_modal'] = [
      '#type' => 'link',
      '#url' =>Url::fromRoute('my-example-route'),
      '#title' => t('Open in fullscreen'),
      '#attributes' => [
        'class' => ['use-ajax'],
        'data-dialog-type' => 'full_screen',
      ],
      '#attached' => [
        'library' => ['core/drupal.dialog.ajax'],
      ],
    ];
Production build 0.69.0 2024