Diff: STRATO-apps/wordpress_03/app/wp-content/themes/blocksy/admin/dashboard/plugins/config.php

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + <?php
2 +
3 + $plug = [
4 +
5 + 'stackable-ultimate-gutenberg-blocks' => [
6 + 'type' => 'web',
7 + 'title' => 'Stackable – Gutenberg Blocks',
8 + 'description' => __( 'A Library of Page Builder Gutenberg Blocks which will reimagine the way you use the WordPress Block Editor.', 'blocksy' ),
9 + ],
10 +
11 + 'jet-engine' => [
12 + 'type' => 'link',
13 + 'title' => 'JetEngine',
14 + 'link' => 'https://crocoblock.com/plugins/jetengine/',
15 + 'description' => __( 'JetEngine is a dynamic content plugin that lets you build a complex websites fast and cost-effectively.', 'blocksy' ),
16 + ],
17 +
18 + 'greenshift-animation-and-page-builder-blocks' => [
19 + 'type' => 'web',
20 + 'title' => 'Greenshift',
21 + 'description' => __( 'Greenshift helps you create complex pages and animations without code skills and directly inside core editor.', 'blocksy' ),
22 + ],
23 +
24 + 'modula-best-grid-gallery' => [
25 + 'type' => 'web',
26 + 'title' => 'Modula – Customizable Gallery Plugin',
27 + 'description' => __( 'Build stunning lightbox galleries, masonry grids, custom grids with no more than a few clicks right from the WordPress dashboard.', 'blocksy' ),
28 + ],
29 +
30 + 'translatepress-multilingual' => [
31 + 'type' => 'web',
32 + 'title' => 'TranslatePress',
33 + 'description' => __( 'A better way to translate your WordPress site and go multilingual, directly from the front-end using a visual translation interface.s.', 'blocksy' ),
34 + ],
35 +
36 + 'brizy' => [
37 + 'type' => 'web',
38 + 'title' => 'Brizy Page Builder',
39 + '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' ),
40 + ],
41 +
42 + 'elementor' => [
43 + 'type' => 'web',
44 + 'title' => 'Elementor Page Builder',
45 + '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' ),
46 + ],
47 +
48 + 'leadin' => [
49 + 'type' => 'web',
50 + 'title' => 'HubSpot',
51 + 'description' => __( 'Capture, organize and engage web visitors with free forms, live chat, CRM (contact management), email marketing, and analytics.', 'blocksy' ),
52 + ],
53 +
54 + 'wpforms-lite' => [
55 + 'type' => 'web',
56 + 'title' => 'WPForms - Contact Form',
57 + 'description' => __( 'Drag & Drop online form builder that helps you create beautiful contact forms with just a few clicks.', 'blocksy' ),
58 + ],
59 + ];
60 +