| Current Path : /home/digilove/public_html/plugins/system/ytshortcodes/shortcodes/list_style_item/ |
| Current File : /home/digilove/public_html/plugins/system/ytshortcodes/shortcodes/list_style_item/config.php |
<?php
/*
* @package YouTech Shortcodes
* @author YouTech Company http://smartaddons.com/
* @copyright Copyright (C) 2015 YouTech Company
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
defined('_JEXEC') or die;
class YT_Shortcode_list_style_item_config {
static function get_config() {
// list style item
return array(
'link'=>array(
'default' => 'http://',
'name' => JText::_('PLG_SYSTEM_YOUTECH_SHORTCODES_LIST_STYLE_LINK'),
'desc' => JText::_('PLG_SYSTEM_YOUTECH_SHORTCODES_LIST_STYLE_LINK_DESC'),
),
'content' => array(
'type' => 'textarea',
'default' => 'Add content here',
'name' => 'Content',
),
);
}
}
?>