PluginProbe ʕ •ᴥ•ʔ
ElementsKit Elementor Addons – Advanced Widgets & Templates Addons for Elementor / 3.9.5
ElementsKit Elementor Addons – Advanced Widgets & Templates Addons for Elementor v3.9.5
3.9.5 3.9.6 3.9.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 2.3.1 2.3.1.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.4.0 2.5.0 2.5.1 2.5.10 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6.0 2.6.1 2.6.2 2.6.3 2.7.0 2.7.2 2.7.3 2.7.4 2.7.5 2.8.0 2.8.1 2.8.5 2.8.6 2.8.7 2.8.8 2.9.0 2.9.1 2.9.2 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.4.7 3.4.8 3.4.9 3.5.0 3.5.1 3.5.2 3.5.3 3.5.4 3.5.5 3.5.6 3.6.0 3.6.1 3.7.0 3.7.1 3.7.2 3.7.3 3.7.4 3.7.5 3.7.6 3.7.7 3.7.8 3.7.9 3.8.0 3.8.1 3.8.2 3.9.0 3.9.1 3.9.2 trunk 1.2.6 1.2.7 1.2.9 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.10 1.5.11 1.5.12 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.0.9.1 2.0.9.2 2.0.9.3
elementskit-lite / config / module-list.php
elementskit-lite / config Last commit date
module-list.php 2 weeks ago widget-list.php 2 weeks ago
module-list.php
149 lines
1 <?php
2
3 namespace ElementsKit_Lite\Config;
4
5 defined( 'ABSPATH' ) || exit;
6 class Module_List extends \ElementsKit_Lite\Core\Config_List {
7
8 protected $type = 'module';
9
10 protected function set_required_list() {
11
12 $this->required_list = array(
13 'dynamic-content' => array(
14 'slug' => 'dynamic-content',
15 'package' => 'free',
16 ),
17 'layout-manager' => array(
18 'slug' => 'layout-manager',
19 'package' => 'free',
20 ),
21 // 'controls' => [
22 // 'slug' => 'controls',
23 // 'package' => 'free',
24 // ],
25 );
26 }
27
28 protected function set_optional_list() {
29
30 $this->optional_list = apply_filters(
31 'elementskit/modules/list',
32 array(
33 'elementskit-icon-pack' => array(
34 'slug' => 'elementskit-icon-pack',
35 'title' => 'Icon Pack',
36 'package' => 'free', // free, pro, pro-disabled
37 //'path' => null,
38 //'base_class_name' => null,
39 //'live' => null
40 // 'attributes' => array( 'new' ),
41 ),
42 'header-footer' => array(
43 'slug' => 'header-footer',
44 'title' => 'Header Footer',
45 'package' => 'free',
46 ),
47 'megamenu' => array(
48 'slug' => 'megamenu',
49 'package' => 'free',
50 'title' => 'Mega Menu',
51 ),
52 'onepage-scroll' => array(
53 'slug' => 'onepage-scroll',
54 'package' => 'free',
55 'title' => 'Onepage Scroll',
56 ),
57 'widget-builder' => array(
58 'slug' => 'widget-builder',
59 'package' => 'free',
60 'title' => 'Widget Builder',
61 ),
62 'parallax' => array(
63 'slug' => 'parallax',
64 'package' => 'pro-disabled',
65 'title' => 'Parallax Effects',
66 ),
67 'sticky-content' => array(
68 'slug' => 'sticky-content',
69 'package' => 'pro-disabled',
70 'title' => 'Sticky Content',
71 ),
72 'facebook-messenger' => array(
73 'slug' => 'facebook-messenger',
74 'package' => 'pro-disabled',
75 'title' => 'Facebook Messenger',
76 ),
77 'conditional-content' => array(
78 'slug' => 'conditional-content',
79 'package' => 'pro-disabled',
80 'title' => 'Conditional Content',
81 ),
82 'copy-paste-cross-domain' => array(
83 'slug' => 'copy-paste-cross-domain',
84 'package' => 'pro-disabled',
85 'title' => 'Cross-Domain Copy Paste',
86 ),
87 'advanced-tooltip' => array(
88 'slug' => 'advanced-tooltip',
89 'package' => 'pro-disabled',
90 'title' => 'Advanced Tooltip',
91 ),
92 'pro-form-reset-button' => array(
93 'slug' => 'pro-form-reset-button',
94 'package' => 'pro-disabled',
95 'title' => 'Reset Button For Elementor Pro Form',
96 ),
97 'google_sheet_for_elementor_pro_form' => array(
98 'slug' => 'google-sheet-for-elementor-pro-form',
99 'package' => 'pro-disabled',
100 'title' => 'Google Sheet For Elementor Pro Form',
101 ),
102 'masking' => array(
103 'slug' => 'masking',
104 'package' => 'pro-disabled',
105 'title' => 'Image Masking',
106 ),
107 'particles' => array(
108 'slug' => 'particles',
109 'package' => 'pro-disabled',
110 'title' => 'Particles',
111 ),
112 'wrapper-link' => array(
113 'slug' => 'wrapper-link',
114 'package' => 'pro-disabled',
115 'title' => 'Wrapper Link',
116 ),
117 'glass-morphism' => array(
118 'slug' => 'glass-morphism',
119 'package' => 'pro-disabled',
120 'title' => 'Glass Morphism',
121 ),
122 'mouse-cursor' => array(
123 'slug' => 'mouse-cursor',
124 'package' => 'pro-disabled',
125 'title' => 'Mouse Cursor',
126 ),
127 'liquid-glass' => [
128 'slug' => 'liquid-glass',
129 'package' => 'pro-disabled',
130 'title' => 'Liquid Glass',
131 'attributes' => array( 'new' ),
132 ],
133 'badge' => [
134 'slug' => 'badge',
135 'package' => 'pro-disabled',
136 'title' => 'Global Badge',
137 'attributes' => array( 'new' ),
138 ],
139 'scroll-reveal' => [
140 'slug' => 'scroll-reveal',
141 'package' => 'pro-disabled',
142 'title' => 'Scroll Reveal',
143 'attributes' => array( 'new' ),
144 ],
145 )
146 );
147 }
148 }
149