Your IP : 18.217.97.98


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/blocks/bitrix/system.rest.pending/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/blocks/bitrix/system.rest.pending/.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_SYSTEM_REST_PENDING_TITLE'),
		'namespace' => 'bitrix',
		'type' => 'null'
	],
	'nodes' => [
		'bitrix:landing.rest.pending' => [
			'type' => 'component',
			'extra' => [
				'editable' => [
					'BLOCK_ID' => [
						'hidden' => true
					],
					'DATA' => [
						'hidden' => true
					],
					'REPLACE' => [
						'hidden' => true
					]
				]
			]
		]
	]
];