Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
3 files
+ 18
6
Compare changes
  • Side-by-side
  • Inline
Files
3
  • a9ac24ad
    Revert "Revert "Issue #3276974 by hooroomoo, Wim Leers: [drupalMedia] Media... · a9ac24ad
    catch authored
    Revert "Revert "Issue #3276974 by hooroomoo, Wim Leers: [drupalMedia] Media View Modes don't work if alignment not enabled""
    
    This reverts commit 45ee80dd.
@@ -229,12 +229,7 @@ public function testAllowedMediaTypes() {
@@ -229,12 +229,7 @@ public function testAllowedMediaTypes() {
->setFilterConfig('media_embed', [
->setFilterConfig('media_embed', [
'status' => TRUE,
'status' => TRUE,
'settings' => [
'settings' => [
'default_view_mode' => 'view_mode_1',
'allowed_media_types' => $allowed_media_types,
'allowed_media_types' => $allowed_media_types,
'allowed_view_modes' => [
'view_mode_1' => 'view_mode_1',
'view_mode_2' => 'view_mode_2',
],
],
],
])->save();
])->save();
Loading