• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/restriction/site.php
  • Класс: BitrixLandingRestrictionSite
  • Вызов: Site::isExportAllowed
static function isExportAllowed(): bool
{
	if (Loader::includeModule('bitrix24'))
	{
		return Feature::isFeatureEnabled('landing_allow_export');
	}

	return true;
}