| Current Path : /var/www/homesaver/www/bitrix/modules/landing/install/blocks/bitrix/mp_widget.bp/ |
| Current File : /var/www/homesaver/www/bitrix/modules/landing/install/blocks/bitrix/mp_widget.bp/.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_BLOCK_WIDGET_BP_NAME'),
'type' => ['mainpage'],
'section' => ['widgets_automation', 'widgets_hr'],
'disableEditButton' => Mainpage\Manager::isUseDemoData(),
],
'nodes' => [
"bitrix:landing.blocks.mp_widget.bp" => [
'type' => 'component',
'extra' => [
'editable' => [
'TITLE' => [],
'SORT' => [],
'BUTTON' => [],
// visual
'COLOR_HEADERS' => [
'style' => true,
],
'COLOR_BG' => [
'style' => true,
],
'COLOR_BG_BUTTON' => [
'style' => true,
],
'COLOR_BUTTON_TEXT' => [
'style' => true,
],
'COLOR_BUTTON' => [
'style' => true,
],
],
],
],
],
'style' => [
'block' => [
'type' => ['widget'],
],
],
];
return $return;