60 lines
2.3 KiB
PHP
60 lines
2.3 KiB
PHP
<?php
|
||
|
||
$plug = [
|
||
|
||
'stackable-ultimate-gutenberg-blocks' => [
|
||
'type' => 'web',
|
||
'title' => 'Stackable – Gutenberg Blocks',
|
||
'description' => __( 'A Library of Page Builder Gutenberg Blocks which will reimagine the way you use the WordPress Block Editor.', 'blocksy' ),
|
||
],
|
||
|
||
'jet-engine' => [
|
||
'type' => 'link',
|
||
'title' => 'JetEngine',
|
||
'link' => 'https://crocoblock.com/plugins/jetengine/',
|
||
'description' => __( 'JetEngine is a dynamic content plugin that lets you build a complex websites fast and cost-effectively.', 'blocksy' ),
|
||
],
|
||
|
||
'greenshift-animation-and-page-builder-blocks' => [
|
||
'type' => 'web',
|
||
'title' => 'Greenshift',
|
||
'description' => __( 'Greenshift helps you create complex pages and animations without code skills and directly inside core editor.', 'blocksy' ),
|
||
],
|
||
|
||
'modula-best-grid-gallery' => [
|
||
'type' => 'web',
|
||
'title' => 'Modula – Customizable Gallery Plugin',
|
||
'description' => __( 'Build stunning lightbox galleries, masonry grids, custom grids with no more than a few clicks right from the WordPress dashboard.', 'blocksy' ),
|
||
],
|
||
|
||
'translatepress-multilingual' => [
|
||
'type' => 'web',
|
||
'title' => 'TranslatePress',
|
||
'description' => __( 'A better way to translate your WordPress site and go multilingual, directly from the front-end using a visual translation interface.s.', 'blocksy' ),
|
||
],
|
||
|
||
'brizy' => [
|
||
'type' => 'web',
|
||
'title' => 'Brizy Page Builder',
|
||
'description' => __( 'A new and innovative way of building WordPress pages visually. No designer or developer skills required. The only tools you\'ll need to master are clicks and drags.', 'blocksy' ),
|
||
],
|
||
|
||
'elementor' => [
|
||
'type' => 'web',
|
||
'title' => 'Elementor Page Builder',
|
||
'description' => __( 'The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.', 'blocksy' ),
|
||
],
|
||
|
||
'leadin' => [
|
||
'type' => 'web',
|
||
'title' => 'HubSpot',
|
||
'description' => __( 'Capture, organize and engage web visitors with free forms, live chat, CRM (contact management), email marketing, and analytics.', 'blocksy' ),
|
||
],
|
||
|
||
'wpforms-lite' => [
|
||
'type' => 'web',
|
||
'title' => 'WPForms - Contact Form',
|
||
'description' => __( 'Drag & Drop online form builder that helps you create beautiful contact forms with just a few clicks.', 'blocksy' ),
|
||
],
|
||
];
|