Файловый менеджер - Редактировать - /home/digilove/public_html/plugins/system/bdthemes_shortcodes/shortcodes/custom_carousel/config.php
Назад
<?php /** * @package Shortcode Ultimate * @author BdThemes http://www.bdthemes.com * @copyright Copyright (C) BdThemes Ltd * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ defined( '_JEXEC' ) or die( 'Restricted access' ); class Su_Shortcode_custom_carousel_config extends Su_Data { function __construct() { parent::__construct(); } static function get_config() { return array( 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_CUSTOM_CAROUSEL'), 'type' => 'wrap', 'group' => 'extra gallery', 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_CUSTOM_CAROUSEL_DESC'), 'badge' => 'UPDATE', 'icon' => 'desktop', 'atts' => array( 'style' => array( 'type' => 'select', 'default' => '1', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_STYLE'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_STYLE_DESC'), 'values' => array( '1' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_STYLE1'), '2' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_STYLE2'), '3' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_STYLE3'), '4' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_STYLE4'), '5' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_STYLE5') ) ), 'margin' => array( 'type' => 'slider', 'min' => 0, 'max' => 80, 'step' => 5, 'default' => 10, 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_MARGIN'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_CAROUSEL_MARGIN_DESC'), 'child' => array( 'padding' => array( 'default' => '', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_PADDING'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_PADDING_DESC') ) ) ), 'border' => array( 'type' => 'border', 'default' => '0px solid #eee', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_BORDER'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_BORDER_DESC') ), 'background' => array( 'type' => 'color', 'default' => 'transparent', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_BACKGROUND'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_BACKGROUND_DESC'), 'child' => array( 'color' => array( 'type' => 'color', 'default' => '#444', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_COLOR'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_COLOR_DESC') ) ) ), 'pagination' => array( 'type' => 'bool', 'default' => 'yes', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_PAGINATION'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_PAGINATION_DESC'), 'child' => array( 'arrows' => array( 'type' => 'bool', 'default' => 'yes', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_ARROWS'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_ARROWS_DESC') ), 'autoplay' => array( 'type' => 'bool', 'default' => 'yes', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_AUTOPLAY'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_AUTOPLAY_DESC') ), 'center_zoom' => array( 'type' => 'bool', 'default' => 'no', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_CENTER_ZOOM'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_CENTER_ZOOM_DESC') ) ) ), 'hoverpause' => array( 'type' => 'bool', 'default' => 'yes', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_HOVERPAUSE'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_HOVERPAUSE_DESC'), 'child' => array( 'lazyload' => array( 'type' => 'bool', 'default' => 'no', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_LAZYLOAD'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_LAZYLOAD_DESC') ), 'loop' => array( 'type' => 'bool', 'default' => 'yes', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_LOOP'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_LOOP_DESC') ), ) ), 'speed' => array( 'type' => 'slider', 'min' => 0.1, 'max' => 15, 'step' => 0.2, 'default' => 0.6, 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_SPEED'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_SPEED_DESC'), 'child' => array( 'delay' => array( 'type' => 'slider', 'min' => 1, 'max' => 10, 'step' => 1, 'default' => 4, 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_DELAY'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_DELAY_DESC') ) ) ), 'small' => array( 'type' => 'slider', 'min' => 1, 'max' => 10, 'step' => 1, 'default' => 1, 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_SMALL_DEVICE_ITEM'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_SMALL_DEVICE_ITEM_DESC'), 'child' => array( 'medium' => array( 'type' => 'slider', 'min' => 1, 'max' => 5, 'step' => 1, 'default' => 3, 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_MEDIUM_DEVICE_ITEM'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_MEDIUM_DEVICE_ITEM_DESC') ), 'large' => array( 'type' => 'slider', 'min' => 1, 'max' => 10, 'step' => 1, 'default' => 5, 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_LARGE_DEVICE_ITEM'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_LARGE_DEVICE_ITEM_DESC') ) ) ), 'scroll_reveal' => array( 'default' => '', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_SCROLL_REVEAL'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_SCROLL_REVEAL_DESC') ), 'class' => array( 'default' => '', 'name' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_CLASS'), 'desc' => JText::_('PLG_SYSTEM_BDTHEMES_SHORTCODES_CLASS_DESC') ) ), 'content' => sprintf( '[__carousel_item] %1$s1 [/__carousel_item]%2$s[__carousel_item] %1$s2 [/__carousel_item]%2$s[__carousel_item] %1$s3 [/__carousel_item]', 'Slide content', "\n" ) ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.4 |
proxy
|
phpinfo
|
Настройка