Your IP : 216.73.216.86


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


return $return;