| Current Path : /var/www/homesaver/www/bitrix/blocks/bitrix/51.5.countdown_event/ |
| Current File : /var/www/homesaver/www/bitrix/blocks/bitrix/51.5.countdown_event/.description.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
use \Bitrix\Main\Localization\Loc;
return array(
'block' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--NAME'),
'section' => array('countdowns', 'cover'),
'dynamic' => false,
'version' => '18.5.0', // old param for backward compatibility. Can used for old versions of module via repo. Do not delete!
'type' => ['page', 'store', 'smn'],
),
'nodes' => array(
'.landing-block-node-title' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--TITLE'),
'type' => 'text',
),
'.landing-block-node-number-text' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--NUMBER_TEXT'),
'type' => 'text',
),
'.landing-block-node-date-title' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--TITLE'),
'type' => 'text',
),
'.landing-block-node-date-text' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--TEXT'),
'type' => 'text',
),
'.landing-block-node-date-icon' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--ICON'),
'type' => 'icon',
),
'.landing-block-node-place-title' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--TITLE'),
'type' => 'text',
),
'.landing-block-node-place-text' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--TEXT'),
'type' => 'text',
),
'.landing-block-node-place-icon' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--ICON'),
'type' => 'icon',
),
'.landing-block-node-button' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--BUTTON'),
'type' => 'link',
),
'.landing-block-node-img' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--IMG'),
'type' => 'img',
'editInStyle' => true,
'allowInlineEdit' => false,
'dimensions' => array('width' => 1920, 'height' => 1080),
'create2xByDefault' => false,
'isWrapper' => true,
),
),
'style' => array(
'block' => array(
'type' => ['block-default-background'],
),
'nodes' => array(
'.landing-block-node-title' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--TITLE'),
'type' => ['typo', 'heading'],
),
'.landing-block-node-number-number' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--NUMBER_NUMBER'),
'type' => array('color', 'font-family'),
),
'.landing-block-node-number-border' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--NUMBER_NUMBER'),
'type' => array('border-color'),
),
'.landing-block-node-number-text' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--NUMBER_TEXT'),
'type' => array('color', 'font-family'),
),
'.landing-block-node-icon-container' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--ICON'),
'type' => 'color',
),
'.landing-block-node-date-title' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--TITLE'),
'type' => 'typo',
),
'.landing-block-node-date-text' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--TEXT'),
'type' => 'typo',
),
'.landing-block-node-place-title' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--TITLE'),
'type' => 'typo',
),
'.landing-block-node-place-text' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--TEXT'),
'type' => 'typo',
),
'.landing-block-node-button' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--BUTTON'),
'type' => 'button',
),
),
),
'attrs' => array(
'.landing-block-node-date' => array(
'name' => Loc::getMessage('LANDING_BLOCK_51_5_COUNTDOWN_EVENT--DATE'),
'time' => true,
'type' => 'date',
'format' => 'ms',
'attribute' => 'data-end-date',
),
),
'assets' => array(
'ext' => array('landing_countdown'),
),
);