Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/landing/install/blocks/bitrix/26.separator/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/landing/install/blocks/bitrix/26.separator/.description.php

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
	die();
}

use \Bitrix\Main\Localization\Loc;

return [
	'block' => [
		'name' => Loc::getMessage('LANDING_BLOCK_9_SEPARATOR_NAME'),
		'type' => ['page', 'store', 'smn', 'knowledge', 'group', 'mainpage'],
		'section' => ['separator', 'recommended', 'widgets_separators'],
	],
	'cards' => [],
	'nodes' => [],
	'style' => [
		'block' => [
			'type' => ['block-default'],
		],
		'nodes' => [
			'.landing-block-line' => [
				'name' => Loc::getMessage('LANDING_BLOCK_9_SEPARATOR_LINE'),
				'type' => ['border-color'],
			],
		],
	],
];