Your IP : 216.73.216.86


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

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

use Bitrix\Landing\Mainpage;
use Bitrix\Main\Localization\Loc;

$return = [
	'block' => [
		'name' => Loc::getMessage('LANDING_MPWIDGET_APPS_NAME'),
		'type' => ['mainpage'],
		'section' => ['widgets_new_employees', 'widgets_hr'],
		'disableEditButton' => Mainpage\Manager::isUseDemoData(),
	],
	'nodes' => [
		"bitrix:landing.blocks.mp_widget.apps" => [
			'type' => 'component',
			'extra' => [
				'editable' => [
					'TITLE_MOBILE' => [],
					'TITLE_DESKTOP' => [],
					// visual
					'COLOR_TITLE_MOBILE' => [
						'style' => true,
					],
					'COLOR_TITLE_DESKTOP' => [
						'style' => true,
					],
					'COLOR_TEXT_MOBILE' => [
						'style' => true,
					],
					'COLOR_TEXT_DESKTOP' => [
						'style' => true,
					],
					'COLOR_BUTTON_MOBILE' => [
						'style' => true,
					],
					'COLOR_BUTTON_TEXT_MOBILE' => [
						'style' => true,
					],
					'COLOR_BUTTON_DESKTOP' => [
						'style' => true,
					],
					'COLOR_BUTTON_TEXT_DESKTOP' => [
						'style' => true,
					],
				],
			],
		],
	],
	'style' => [
		'block' => [
			'type' => ['margin-bottom', 'widget-type'],
		],
	],
];

return $return;