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