Projet

Général

Profil

Révision 2545992a

Ajouté par Assos Assos il y a environ 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/panelizer/panelizer.module
518 518
    $handler->hook_panelizer_defaults($items);
519 519
  }
520 520

  
521
  // If a default Panels display has no storage type, set it.
522
  foreach ($items as &$panelizer) {
523
    $display =& $panelizer->display;
524
    if (empty($display->storage_type)) {
525
      $display->storage_type = 'panelizer_default';
526
      $display->storage_id = $panelizer->name;
527
    }
528
  }
529

  
521 530
  // Allow features_overrides to alter the config.
522 531
  drupal_alter('panelizer_defaults_override', $items);
523 532
}

Formats disponibles : Unified diff