Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/blocks/bitrix/28.personal_slider_2/ |
Upload File : |
<?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_28.PERSONAL_SLIDER_NAME'), 'section' => array('team'), ), 'cards' => array( '.landing-block-card-person' => array( 'name' => Loc::getMessage('LANDING_BLOCK_28.PERSONAL_SLIDER_CARDS_LANDINGBLOCKCARDPERSON'), 'label' => array('.landing-block-node-person-photo', '.landing-block-node-person-name'), ), ), 'nodes' => array( '.landing-block-node-person-name' => array( 'name' => Loc::getMessage('LANDING_BLOCK_28.PERSONAL_SLIDER_NODES_LANDINGBLOCKNODEPERSONNAME'), 'type' => 'text', ), '.landing-block-node-person-photo' => array( 'name' => Loc::getMessage('LANDING_BLOCK_28.PERSONAL_SLIDER_NODES_LANDINGBLOCKNODEPERSONPHOTO'), 'type' => 'img', 'dimensions' => array('width' => 370), 'create2xByDefault' => false, ), '.landing-block-node-person-post' => array( 'name' => Loc::getMessage('LANDING_BLOCK_28.PERSONAL_SLIDER_NODES_LANDINGBLOCKNODEPERSONPOST'), 'type' => 'text', ), '.landing-block-node-person-text' => array( 'name' => Loc::getMessage('LANDING_BLOCK_28.PERSONAL_SLIDER_NODES_LANDINGBLOCKNODEPERSONTEXT'), 'type' => 'text', ), '.landing-block-node-person-link' => array( 'name' => Loc::getMessage('LANDING_BLOCK_28.PERSONAL_SLIDER_NODES_LANDINGBLOCKNODEPERSONLINK'), 'type' => 'link', ), ), 'style' => array( 'block' => array( 'type' => array('block-default', 'animation'), ), 'nodes' => array( '.landing-block-node-person-name' => array( 'name' => Loc::getMessage('LANDING_BLOCK_28.PERSONAL_SLIDER_STYLE_LANDINGBLOCKNODEPERSONNAME'), 'type' => ['typo', 'heading'], ), '.landing-block-node-person-post' => array( 'name' => Loc::getMessage('LANDING_BLOCK_28.PERSONAL_SLIDER_STYLE_LANDINGBLOCKNODEPERSONPOST'), 'type' => 'typo', ), '.landing-block-node-person-text' => array( 'name' => Loc::getMessage('LANDING_BLOCK_28.PERSONAL_SLIDER_STYLE_LANDINGBLOCKNODEPERSONTEXT'), 'type' => 'typo', ), '.landing-block-node-person-link' => array( 'name' => Loc::getMessage('LANDING_BLOCK_28.PERSONAL_SLIDER_STYLE_LANDINGBLOCKNODEPERSONLINK'), 'type' => 'typo-link', ), '.landing-block-card-person' => array( 'name' => Loc::getMessage('LANDING_BLOCK_28.PERSONAL_SLIDER_CARDS_LANDINGBLOCKCARDPERSON'), 'type' => array('align-self', 'padding-top', 'padding-bottom'), ), '.landing-block-container' => array( 'name' => Loc::getMessage('LANDING_BLOCK_28.PERSONAL_SLIDER_CARDS_LANDINGBLOCKCARDPERSON'), 'type' => 'align-items', ), '.landing-block-slider' => [ 'additional' => [ 'name' => Loc::getMessage('LANDING_BLOCK_28_PERSONAL_SLIDER_STYLE_SLIDER'), 'attrsType' => ['autoplay', 'autoplay-speed', 'pause-hover', 'arrows', 'dots'], ] ], ), ), 'assets' => array( 'ext' => array('landing_carousel'), ), );