Spade
Mini Shell
| Directory:~$ /proc/self/root/home/lmsyaran/public_html/j3/components/com_sppagebuilder/addons/audio/ |
| [Home] [System Details] [Kill Me] |
<?php
/**
* @package SP Page Builder
* @author JoomShaper https://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2023 JoomShaper
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
// No direct access
defined('_JEXEC') or die('Restricted access');
use Joomla\CMS\Language\Text;
SpAddonsConfig::addonConfig([
'type' => 'content',
'addon_name' => 'audio',
'title' =>
Text::_('COM_SPPAGEBUILDER_ADDON_AUDIO'),
'desc' =>
Text::_('COM_SPPAGEBUILDER_ADDON_AUDIO_DESC'),
'category' => 'Media',
'icon' => '<svg viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg"><path
opacity=".5" fill-rule="evenodd"
clip-rule="evenodd" d="M31.6.3c.2.2.4.6.4.9v21.4c0 .7-.5
1.2-1.2 1.2s-1.2-.5-1.2-1.2v-20L12.3 5.5v20.3c0 .7-.5 1.2-1.2
1.2s-1.2-.5-1.2-1.2V4.5c0-.6.4-1.1 1-1.2L30.6 0c.3 0 .7.1 1 .3z"
fill="currentColor"/><path fill-rule="evenodd"
clip-rule="evenodd" d="M6.1 22.1c-2.1 0-3.7 1.7-3.7 3.7s1.7
3.7 3.7 3.7 3.7-1.7 3.7-3.7-1.6-3.7-3.7-3.7zM0 25.9c0-3.4 2.8-6.1
6.1-6.1s6.1 2.8 6.1 6.1S9.5 32 6.1 32C2.7 32 0 29.2 0 25.9zM25.9 18.9c-2.1
0-3.7 1.7-3.7 3.7 0 2.1 1.7 3.7 3.7 3.7s3.7-1.7
3.7-3.7c0-2.1-1.7-3.7-3.7-3.7zm-6.2 3.7c0-3.4 2.8-6.1 6.1-6.1s6.1 2.8 6.1
6.1-2.8 6.1-6.1 6.1-6.1-2.7-6.1-6.1z"
fill="currentColor"/></svg>',
'settings' => [
'content' => [
'title' =>
Text::_('COM_SPPAGEBUILDER_GLOBAL_CONTENT'),
'fields' => [
'mp3_link' => [
'type' => 'media',
'format' => 'audio',
'title' =>
Text::_('COM_SPPAGEBUILDER_GLOBAL_MP3'),
'hide_preview' => true,
],
'ogg_link' => [
'type' => 'media',
'format' => 'audio',
'title' =>
Text::_('COM_SPPAGEBUILDER_GLOBAL_OGG'),
'hide_preview' => true,
],
'autoplay_separator' => [
'type' => 'separator'
],
'autoplay' => [
'type' => 'radio',
'title' =>
Text::_('COM_SPPAGEBUILDER_ADDON_AUDIO_AUTOPLAY'),
'desc' =>
Text::_('COM_SPPAGEBUILDER_ADDON_AUDIO_AUTOPLAY_DESC'),
'values' => ['' => Text::_('JNO'),
'autoplay' => Text::_('JYES')],
'std' => '',
],
'repeat' => [
'type' => 'radio',
'title' =>
Text::_('COM_SPPAGEBUILDER_ADDON_AUDIO_REPEAT'),
'desc' =>
Text::_('COM_SPPAGEBUILDER_ADDON_AUDIO_REPEAT_DESC'),
'values' => ['' => Text::_('JNO'),
'loop' => Text::_('JYES')],
'std' => '',
],
],
],
'title' => [
'title' =>
Text::_('COM_SPPAGEBUILDER_GLOBAL_TITLE'),
'fields' => [
'title' => [
'type' => 'text',
'title' =>
Text::_('COM_SPPAGEBUILDER_ADDON_TITLE'),
'desc' =>
Text::_('COM_SPPAGEBUILDER_ADDON_TITLE_DESC'),
],
'heading_selector' => [
'type' => 'headings',
'title' =>
Text::_('COM_SPPAGEBUILDER_ADDON_HEADINGS'),
'desc' =>
Text::_('COM_SPPAGEBUILDER_ADDON_HEADINGS_DESC'),
'std' => 'h3',
],
'title_typography' => [
'type' => 'typography',
'title' =>
Text::_('COM_SPPAGEBUILDER_GLOBAL_TYPOGRAPHY'),
'fallbacks' => [
'font' => 'title_font_family',
'size' => 'title_fontsize',
'line_height' => 'title_lineheight',
'letter_spacing' => 'title_letterspace',
'uppercase' => 'title_font_style.uppercase',
'italic' => 'title_font_style.italic',
'underline' => 'title_font_style.underline',
'weight' => 'title_font_style.weight',
],
],
'title_text_color' => [
'type' => 'color',
'title' =>
Text::_('COM_SPPAGEBUILDER_GLOBAL_COLOR')
],
'title_margin_top' => [
'type' => 'slider',
'title' =>
Text::_('COM_SPPAGEBUILDER_GLOBAL_MARGIN_TOP'),
'max' => 400,
'responsive' => true,
],
'title_margin_bottom' => [
'type' => 'slider',
'title' =>
Text::_('COM_SPPAGEBUILDER_GLOBAL_MARGIN_BOTTOM'),
'max' => 400,
'responsive' => true,
],
],
],
],
]);