| Current Path : /var/www/homesaver/www/bitrix/blocks/bitrix/61.1.phone_w_btn_rght/ |
| Current File : /var/www/homesaver/www/bitrix/blocks/bitrix/61.1.phone_w_btn_rght/.description.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
use \Bitrix\Main\Localization\Loc;
return [
'block' => [
'name' => Loc::getMessage('LNDNG_BLCK_61_1_NAME'),
'section' => ['contacts'],
'system' => true,
],
'cards' => [],
'nodes' => [
'bitrix:landing.blocks.crm_contacts' => [
'type' => 'component',
'extra' => [
'editable' => [
// visual
'TEMPLATE_MODE' => [
'style' => true,
],
'BUTTON_POSITION' => [
'style' => true,
],
'TITLE' => [],
'BUTTON_TITLE' => [],
'BUTTON_CLASSES' => [
'hidden' => true,
],
],
],
],
],
'style' => [
'block' => [
'type' => ['block-default', 'block-border', 'animation'],
],
'nodes' => [
],
],
];