Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/blocks/bitrix/store.salescenter.order.details/
Upload File :
Current File : /var/www/homesaver/www/bitrix/blocks/bitrix/store.salescenter.order.details/.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_STORE_SALESCENTER_ORDER_DETAIL-NAME'),
		'section' => ['store'],
		'system' => true,
		'namespace' => 'bitrix'
	],
	'nodes' => [
		"bitrix:salescenter.order.details" => [
			'type' => 'component',
			'extra' => [
				'editable' => [
					// visual
					'TEMPLATE_MODE' => [
						'style' => true,
					],
					'SHOW_HEADER' => [
						'style' => true,
					],
					'HEADER_TITLE' => [
						'style' => true,
					],
				],
			],
		],
	],
	'style' => [
		'block' => [
			'type' => ['block-default', 'block-border'],
		],
		'nodes' => [],
	],
];


return $return;