| Current Path : /var/www/homesaver/www/bitrix/blocks/bitrix/mp_widget.kb/ |
| Current File : /var/www/homesaver/www/bitrix/blocks/bitrix/mp_widget.kb/.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_KB_NAME'),
'type' => ['mainpage'],
'section' => ['widgets_new_employees', 'widgets_hr'],
'attrsFormDescription' => Loc::getMessage('LANDING_BLOCK_WIDGET_KB_HINT'),
'attrsFormDescriptionHintStyle' => 'blueHint',
'disableEditButton' => Mainpage\Manager::isUseDemoData(),
],
'nodes' => [
"bitrix:landing.blocks.mp_widget.kb" => [
'type' => 'component',
'extra' => [
'editable' => [
'TITLE' => [],
'SORT' => [],
// visual
'COLOR_HEADERS' => [
'style' => true,
],
'COLOR_BUTTON' => [
'style' => true,
],
],
],
],
],
'style' => [
'block' => [
'type' => ['widget'],
],
],
];
return $return;