Skip to content

Commit fce7ee8

Browse files
add config file motioncard
1 parent a369130 commit fce7ee8

File tree

1 file changed

+50
-35
lines changed

1 file changed

+50
-35
lines changed

config.php

Lines changed: 50 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
if ( ! defined( 'ABSPATH' ) ) {
3+
if (! defined('ABSPATH')) {
44
exit; // Exit if accessed directly.
55
}
66

@@ -19,7 +19,7 @@
1919
),
2020
'is_active' => false,
2121
'is_pro' => false,
22-
'setup' => array( 'basic' ),
22+
'setup' => array('basic'),
2323
'is_extension' => false,
2424
'is_upcoming' => false,
2525
'icon' => 'wcf-icon-Image-Box',
@@ -34,7 +34,7 @@
3434
'cTab' => 'all',
3535
),
3636
'is_active' => false,
37-
'setup' => array( 'basic' ),
37+
'setup' => array('basic'),
3838
'is_pro' => false,
3939
'is_extension' => false,
4040
'is_upcoming' => false,
@@ -65,7 +65,7 @@
6565
'cTab' => 'all',
6666
),
6767
'is_active' => false,
68-
'setup' => array( 'basic' ),
68+
'setup' => array('basic'),
6969
'is_pro' => false,
7070
'is_extension' => false,
7171
'is_upcoming' => false,
@@ -81,7 +81,7 @@
8181
'cTab' => 'all',
8282
),
8383
'is_active' => false,
84-
'setup' => array( 'basic' ),
84+
'setup' => array('basic'),
8585
'is_pro' => false,
8686
'is_extension' => false,
8787
'is_upcoming' => false,
@@ -97,7 +97,7 @@
9797
'cTab' => 'all',
9898
),
9999
'is_active' => false,
100-
'setup' => array( 'basic' ),
100+
'setup' => array('basic'),
101101
'is_pro' => false,
102102
'is_extension' => false,
103103
'is_upcoming' => false,
@@ -113,7 +113,7 @@
113113
'cTab' => 'all',
114114
),
115115
'is_active' => false,
116-
'setup' => array( 'basic' ),
116+
'setup' => array('basic'),
117117
'is_pro' => false,
118118
'is_extension' => false,
119119
'is_upcoming' => false,
@@ -129,7 +129,7 @@
129129
'cTab' => 'all',
130130
),
131131
'is_active' => false,
132-
'setup' => array( 'basic' ),
132+
'setup' => array('basic'),
133133
'is_pro' => false,
134134
'is_extension' => false,
135135
'is_upcoming' => false,
@@ -145,7 +145,7 @@
145145
'cTab' => 'all',
146146
),
147147
'is_active' => false,
148-
'setup' => array( 'basic' ),
148+
'setup' => array('basic'),
149149
'is_pro' => false,
150150
'is_extension' => false,
151151
'is_upcoming' => false,
@@ -161,7 +161,7 @@
161161
'cTab' => 'all',
162162
),
163163
'is_active' => false,
164-
'setup' => array( 'basic' ),
164+
'setup' => array('basic'),
165165
'is_pro' => false,
166166
'is_extension' => false,
167167
'is_upcoming' => false,
@@ -177,7 +177,7 @@
177177
'cTab' => 'all',
178178
),
179179
'is_active' => false,
180-
'setup' => array( 'basic' ),
180+
'setup' => array('basic'),
181181
'is_pro' => false,
182182
'is_extension' => false,
183183
'is_upcoming' => false,
@@ -301,7 +301,7 @@
301301
'is_pro' => false,
302302
'is_extension' => false,
303303
'is_upcoming' => false,
304-
'setup' => array( 'basic' ),
304+
'setup' => array('basic'),
305305
'icon' => 'wcf-icon-Team',
306306
'demo_url' => 'https://animation-addons.com/widgets/aae-team',
307307
'doc_url' => 'https://animation-addons.com/docs/general-widgets/team/',
@@ -332,7 +332,7 @@
332332
'is_pro' => false,
333333
'is_extension' => false,
334334
'is_upcoming' => false,
335-
'setup' => array( 'basic' ),
335+
'setup' => array('basic'),
336336
'icon' => 'wcf-icon-One-Page-Nav',
337337
'demo_url' => 'https://animation-addons.com/widgets/aae-one-page-nav',
338338
'doc_url' => 'https://animation-addons.com/docs/general-widgets/one-page-nav/',
@@ -393,7 +393,7 @@
393393
'is_pro' => false,
394394
'is_extension' => false,
395395
'is_upcoming' => false,
396-
'setup' => array( 'basic' ),
396+
'setup' => array('basic'),
397397
'icon' => 'wcf-icon-Floating-Elements',
398398
'demo_url' => 'https://animation-addons.com/widgets/aae-floating-elements',
399399
'doc_url' => 'https://animation-addons.com/docs/general-widgets/floating-elements/',
@@ -439,7 +439,7 @@
439439
'is_pro' => false,
440440
'is_extension' => false,
441441
'is_upcoming' => false,
442-
'setup' => array( 'basic' ),
442+
'setup' => array('basic'),
443443
'icon' => 'wcf-icon-Countdown',
444444
'demo_url' => 'https://animation-addons.com/widgets/aae-countdown/',
445445
'doc_url' => 'https://animation-addons.com/docs/general-widgets/countdown/',
@@ -455,7 +455,7 @@
455455
'is_pro' => false,
456456
'is_extension' => false,
457457
'is_upcoming' => false,
458-
'setup' => array( 'basic' ),
458+
'setup' => array('basic'),
459459
'icon' => 'wcf-icon-Countdown',
460460
'demo_url' => '',
461461
'doc_url' => '',
@@ -603,7 +603,7 @@
603603
'is_pro' => false,
604604
'is_extension' => false,
605605
'is_upcoming' => false,
606-
'setup' => array( 'basic' ),
606+
'setup' => array('basic'),
607607
'icon' => 'wcf-icon-Nav-Menu',
608608
'demo_url' => 'https://animation-addons.com/widgets/aae-nav-menu',
609609
'doc_url' => 'https://animation-addons.com/docs/header-footer-widgets/nav-menu/',
@@ -640,7 +640,7 @@
640640
'is_pro' => true,
641641
'is_extension' => false,
642642
'is_upcoming' => false,
643-
'setup' => array( 'basic' ),
643+
'setup' => array('basic'),
644644
'icon' => 'wcf-icon-Post-Slider',
645645
'demo_url' => 'https://animation-addons.com/widgets/aae-posts-slider',
646646
'doc_url' => 'https://animation-addons.com/docs/general-widgets/posts-slider/',
@@ -653,7 +653,7 @@
653653
'cTab' => 'all',
654654
),
655655
'is_active' => false,
656-
'setup' => array( 'basic' ),
656+
'setup' => array('basic'),
657657
'is_pro' => true,
658658
'is_extension' => false,
659659
'is_upcoming' => false,
@@ -723,7 +723,7 @@
723723
'is_pro' => false,
724724
'is_extension' => false,
725725
'is_upcoming' => false,
726-
'setup' => array( 'basic' ),
726+
'setup' => array('basic'),
727727
'icon' => 'wcf-icon-Post-Title',
728728
'demo_url' => 'https://animation-addons.com/docs/dynamic-widgets/post-title',
729729
'doc_url' => 'https://animation-addons.com/docs/dynamic-widgets/post-title/',
@@ -739,7 +739,7 @@
739739
'is_pro' => false,
740740
'is_extension' => false,
741741
'is_upcoming' => false,
742-
'setup' => array( 'basic' ),
742+
'setup' => array('basic'),
743743
'icon' => 'wcf-icon-Post-Featured-Image',
744744
'demo_url' => 'https://animation-addons.com/docs/dynamic-widgets/post-featured-image/',
745745
'doc_url' => 'https://animation-addons.com/docs/dynamic-widgets/post-featured-image/',
@@ -770,7 +770,7 @@
770770
'is_pro' => false,
771771
'is_extension' => false,
772772
'is_upcoming' => false,
773-
'setup' => array( 'basic' ),
773+
'setup' => array('basic'),
774774
'icon' => 'wcf-icon-Post-Content',
775775
'demo_url' => '#',
776776
'doc_url' => '#',
@@ -1167,7 +1167,7 @@
11671167
'is_pro' => false,
11681168
'is_extension' => false,
11691169
'is_upcoming' => false,
1170-
'setup' => array( 'basic' ),
1170+
'setup' => array('basic'),
11711171
'icon' => 'wcf-icon-Contact-Form-7',
11721172
'demo_url' => 'https://animation-addons.com/widgets/aae-contact-form-7',
11731173
'doc_url' => 'https://animation-addons.com/docs/general-widgets/contact-form-7/',
@@ -1219,7 +1219,7 @@
12191219
'is_pro' => true,
12201220
'is_extension' => true,
12211221
'is_upcoming' => false,
1222-
'setup' => array( 'basic' ),
1222+
'setup' => array('basic'),
12231223
'icon' => 'wcf-icon-Video-Popup',
12241224
'demo_url' => 'https://animation-addons.com/widgets/aae-video-popup',
12251225
'doc_url' => 'https://animation-addons.com/docs/video-widgets/video-popup/',
@@ -1517,6 +1517,21 @@
15171517
'youtube_url' => '',
15181518
'description' => '',
15191519
),
1520+
'scrollmotion-cards' => array(
1521+
'label' => 'Scrollmotion Cards',
1522+
'is_active' => false,
1523+
'location' => array(
1524+
'cTab' => 'all',
1525+
),
1526+
'is_upcoming' => false,
1527+
'is_pro' => true,
1528+
'is_extension' => false,
1529+
'icon' => 'wcf-icon-Advanced-Accordion',
1530+
'demo_url' => '',
1531+
'doc_url' => '',
1532+
'youtube_url' => '',
1533+
'description' => '',
1534+
),
15201535
'vertical-marquee' => array(
15211536
'label' => 'Vertical Marquee',
15221537
'is_active' => false,
@@ -1551,7 +1566,7 @@
15511566
),
15521567
'is_pro' => false,
15531568
'is_active' => false,
1554-
'setup' => array( 'basic' ),
1569+
'setup' => array('basic'),
15551570
'is_extension' => false,
15561571
'is_upcoming' => false,
15571572
'icon' => 'wcf-icon-Custom-CSS',
@@ -1582,7 +1597,7 @@
15821597
'is_active' => false,
15831598
'is_extension' => false,
15841599
'is_upcoming' => false,
1585-
'setup' => array( 'basic', 'advance' ),
1600+
'setup' => array('basic', 'advance'),
15861601
'icon' => 'wcf-icon-Template-library',
15871602
'demo_url' => '',
15881603
'doc_url' => 'https://support.crowdytheme.com/docs/advanced-settings/advanced-settings/dynamic-tags/',
@@ -1653,7 +1668,7 @@
16531668
'is_extension' => false,
16541669
'is_active' => false,
16551670
'is_upcoming' => false,
1656-
'setup' => array( 'basic', 'advance' ),
1671+
'setup' => array('basic', 'advance'),
16571672
'icon' => 'wcf-icon-Custom-Fonts',
16581673
'demo_url' => '',
16591674
'doc_url' => '',
@@ -1668,7 +1683,7 @@
16681683
'is_extension' => false,
16691684
'is_active' => false,
16701685
'is_upcoming' => false,
1671-
'setup' => array( 'basic', 'advance' ),
1686+
'setup' => array('basic', 'advance'),
16721687
'icon' => 'wcf-icon-Custom-Post-Type',
16731688
'demo_url' => '',
16741689
'doc_url' => 'https://animation-addons.com/docs/general-extensions/post-type-builder/',
@@ -1725,7 +1740,7 @@
17251740
'is_active' => false,
17261741
'is_extension' => true,
17271742
'is_upcoming' => false,
1728-
'setup' => array( 'basic', 'advance' ),
1743+
'setup' => array('basic', 'advance'),
17291744
'icon' => 'wcf-icon-Animation',
17301745
'demo_url' => '',
17311746
'doc_url' => 'https://animation-addons.com/docs/gsap-extensions/animation-extension-for-elementor/',
@@ -1741,7 +1756,7 @@
17411756
'is_active' => false,
17421757
'is_extension' => true,
17431758
'is_upcoming' => false,
1744-
'setup' => array( 'basic', 'advance' ),
1759+
'setup' => array('basic', 'advance'),
17451760
'icon' => 'wcf-icon-Pin-Elements',
17461761
'demo_url' => 'https://animation-addons.com/extensions/pin-element/',
17471762
'doc_url' => 'https://animation-addons.com/docs/gsap-extensions/pin-elements/',
@@ -1795,7 +1810,7 @@
17951810
'is_active' => false,
17961811
'is_extension' => false,
17971812
'is_upcoming' => false,
1798-
'setup' => array( 'basic' ),
1813+
'setup' => array('basic'),
17991814
'icon' => 'wcf-icon-Cursor-Hover-Effect',
18001815
'demo_url' => 'https://animation-addons.com/extensions/cursor-hover-effect/',
18011816
'doc_url' => 'https://animation-addons.com/docs/gsap-extensions/cursor-hover-effect-extensions/',
@@ -1811,7 +1826,7 @@
18111826
'is_active' => false,
18121827
'is_extension' => false,
18131828
'is_upcoming' => false,
1814-
'setup' => array( 'basic' ),
1829+
'setup' => array('basic'),
18151830
'icon' => 'wcf-icon-Image-Hover-Effect',
18161831
'demo_url' => 'https://animation-addons.com/extensions/image-hover-effect/',
18171832
'doc_url' => 'https://animation-addons.com/docs/gsap-extensions/image-hover-effect-extensions/',
@@ -1827,7 +1842,7 @@
18271842
'is_active' => false,
18281843
'is_extension' => false,
18291844
'is_upcoming' => false,
1830-
'setup' => array( 'basic' ),
1845+
'setup' => array('basic'),
18311846
'icon' => 'wcf-icon-Cursor-Move-Effect',
18321847
'demo_url' => 'https://animation-addons.com/extensions/cursor-move-effect/',
18331848
'doc_url' => 'https://animation-addons.com/docs/gsap-extensions/cursor-move-effect/',
@@ -1851,7 +1866,7 @@
18511866
'is_active' => false,
18521867
'is_extension' => false,
18531868
'is_upcoming' => false,
1854-
'setup' => array( 'basic' ),
1869+
'setup' => array('basic'),
18551870
'icon' => 'wcf-icon-Horizontal',
18561871
'demo_url' => 'https://animation-addons.com/extensions/horizontal-scroll/',
18571872
'doc_url' => 'https://animation-addons.com/docs/gsap-extensions/horizontal-scroll/',
@@ -1867,7 +1882,7 @@
18671882
'is_active' => false,
18681883
'is_extension' => false,
18691884
'is_upcoming' => false,
1870-
'setup' => array( 'basic' ),
1885+
'setup' => array('basic'),
18711886
'icon' => 'wcf-icon-Horizontal',
18721887
'demo_url' => '',
18731888
'doc_url' => '',

0 commit comments

Comments
 (0)