* @link https://getkirby.com * @copyright Bastian Allgeier * @license https://getkirby.com/license */ class LayoutColumns extends Items { public const ITEM_CLASS = LayoutColumn::class; }