Commit 2301a55e authored by Mark Fullmer's avatar Mark Fullmer Committed by Rob Mumford
Browse files

Issue #3296076: Drupal 10 compatibility

parent 8d83d05d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: Mini Layouts
description: 'Create re-usable layout sections to place as blocks.'
core_version_requirement: ^8.7.7 || ^9
core_version_requirement: ^9.3 || ^10
type: module
configure: entity.mini_layout.collection
dependencies:
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ namespace Drupal\mini_layouts\Entity;

use Drupal\Core\Config\Entity\ConfigEntityBase;
use Drupal\layout_builder\SectionListInterface;
use Drupal\layout_builder\SectionStorage\SectionStorageTrait;
use Drupal\layout_builder\SectionListTrait;

/**
 * Class MiniLayout
@@ -57,7 +57,7 @@ use Drupal\layout_builder\SectionStorage\SectionStorageTrait;
 * @package Drupal\mini_layouts\Entity
 */
class MiniLayout extends ConfigEntityBase implements SectionListInterface {
  use SectionStorageTrait;
  use SectionListTrait;

  public $admin_label;