• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/restriction/block.php
  • Класс: BitrixLandingRestrictionBlock
  • Вызов: Block::isDesignerAllowed
static function isDesignerAllowed(): bool
{
	if (BitrixMainLoader::includeModule('bitrix24'))
	{
		return Feature::isFeatureEnabled('landing_designerblock');
	}

	return true;
}