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
+ 6
18
Compare changes
  • Side-by-side
  • Inline
Files
3
  • 45ee80dd
    Revert "Issue #3276974 by hooroomoo, Wim Leers: [drupalMedia] Media View Modes... · 45ee80dd
    catch authored
    Revert "Issue #3276974 by hooroomoo, Wim Leers: [drupalMedia] Media View Modes don't work if alignment not enabled"
    
    This reverts commit 72c25087.
@@ -229,7 +229,12 @@ public function testAllowedMediaTypes() {
@@ -229,7 +229,12 @@ 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