• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/layout.php
  • Класс: BitrixLandingHookPageLayout
  • Вызов: Layout::getMap
protected function getMap(): array
{
	return [
		'BREAKPOINT' => new FieldSelect('BREAKPOINT', [
			'title' => 'Adaptive view',
			'options' => $this->getItems(),
		]),
	];
}