Plugin Directory

Changeset 2517332


Ignore:
Timestamp:
04/19/2021 06:09:38 AM (5 years ago)
Author:
themesara
Message:

commit the demo content for the sara pro

Location:
themesara-toolset
Files:
78 added
3 edited

Legend:

Unmodified
Added
Removed
  • themesara-toolset/inc/hooks.php

    r2516067 r2517332  
    502502                break;
    503503
     504
     505                case "sara-log-pro":
     506                $templates = array(
     507                    array(
     508                        'title' => __( 'Main Demo', 'themesara-toolset' ),/*Title*/
     509                        'is_premium' => false,/*Premium*/
     510                        'type' => 'normal',
     511                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     512                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     513                        'categories' => array( 'blog' ),/*Categories*/
     514                        'template_url' => array(
     515                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/default/content.json',
     516                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/default/options.json',
     517                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/default/widgets.json'
     518                        ),
     519                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/default/demo.png',/*Screenshot of block*/
     520                        'demo_url' => 'https://demo.themesara.com/sara-pro/',/*Demo Url*/
     521                        'plugins' => array(
     522                            array(
     523                                'name'      => 'Everest Forms',
     524                                'slug'      => 'everest-forms',
     525
     526                            ),
     527                            array(
     528                                'name'      => 'WooCommerce',
     529                                'slug'      => 'woocommerce',
     530                            ),
     531
     532                            array(
     533                                'name'      => 'Elementor',
     534                                'slug'      => 'elementor',
     535                            ),
     536
     537                            array(
     538                                'name'      => 'Mailchimp',
     539                                'slug'      => 'mailchimp-for-wp',
     540                            ),
     541
     542                            array(
     543                                'name'      => 'Instagram Feed',
     544                                'slug'      => 'instagram-feed',
     545                            ),
     546
     547                         
     548                        )
     549                    ),
     550
     551                    array(
     552                        'title' => __( 'Sara Food', 'themesara-toolset' ),/*Title*/
     553                        'is_premium' => false,/*Premium*/
     554                        'type' => 'normal',
     555                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     556                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     557                        'categories' => array( 'blog' ),/*Categories*/
     558                        'template_url' => array(
     559                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/food/content.json',
     560                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/food/options.json',
     561                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/food/widgets.json'
     562                        ),
     563                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/food/demo.png',/*Screenshot of block*/
     564                        'demo_url' => 'https://demo.themesara.com/sara-food/',/*Demo Url*/
     565                        'plugins' => array(
     566                            array(
     567                                'name'      => 'Everest Forms',
     568                                'slug'      => 'everest-forms',
     569
     570                            ),
     571                            array(
     572                                'name'      => 'Easy FancyBox',
     573                                'slug'      => 'easy-fancybox',
     574
     575                            ),
     576
     577                            array(
     578                                'name'      => 'Getwid – Gutenberg Blocks',
     579                                'slug'      => 'getwid',
     580                            ),
     581
     582                            array(
     583                                'name'      => 'WooCommerce',
     584                                'slug'      => 'woocommerce',
     585                            ),
     586
     587                            array(
     588                                'name'      => 'Elementor',
     589                                'slug'      => 'elementor',
     590                            ),
     591
     592                            array(
     593                                'name'      => 'Mailchimp',
     594                                'slug'      => 'mailchimp-for-wp',
     595                            ),
     596
     597                            array(
     598                                'name'      => 'Instagram Feed',
     599                                'slug'      => 'instagram-feed',
     600                            ),
     601
     602                         
     603                        )
     604                    ),
     605
     606                    array(
     607                        'title' => __( ' Sara Fitness', 'themesara-toolset' ),/*Title*/
     608                        'is_premium' => false,/*Premium*/
     609                        'type' => 'normal',
     610                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     611                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     612                        'categories' => array( 'blog' ),/*Categories*/
     613                        'template_url' => array(
     614                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/fitness/content.json',
     615                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/fitness/options.json',
     616                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/fitness/widgets.json'
     617                        ),
     618                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/fitness/demo.png',/*Screenshot of block*/
     619                        'demo_url' => 'https://demo.themesara.com/sara-fitness/',/*Demo Url*/
     620                        'plugins' => array(
     621                            array(
     622                                'name'      => 'Everest Forms',
     623                                'slug'      => 'everest-forms',
     624
     625                            ),
     626                            array(
     627                                'name'      => 'WooCommerce',
     628                                'slug'      => 'woocommerce',
     629                            ),
     630
     631                            array(
     632                                'name'      => 'Elementor',
     633                                'slug'      => 'elementor',
     634                            ),
     635
     636                            array(
     637                                'name'      => 'Mailchimp',
     638                                'slug'      => 'mailchimp-for-wp',
     639                            ),
     640
     641                            array(
     642                                'name'      => 'Instagram Feed',
     643                                'slug'      => 'instagram-feed',
     644                            ),
     645
     646                         
     647                        )
     648                    ),
     649
     650                     array(
     651                        'title' => __( ' Sara Lifestyle', 'themesara-toolset' ),/*Title*/
     652                        'is_premium' => false,/*Premium*/
     653                        'type' => 'normal',
     654                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     655                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     656                        'categories' => array( 'blog' ),/*Categories*/
     657                        'template_url' => array(
     658                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/lifestyle/content.json',
     659                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/lifestyle/options.json',
     660                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/lifestyle/widgets.json'
     661                        ),
     662                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/lifestyle/demo.png',/*Screenshot of block*/
     663                        'demo_url' => 'https://demo.themesara.com/sara-lifestyle/',/*Demo Url*/
     664                        'plugins' => array(
     665                            array(
     666                                'name'      => 'Everest Forms',
     667                                'slug'      => 'everest-forms',
     668
     669                            ),
     670                            array(
     671                                'name'      => 'Getwid – Gutenberg Blocks',
     672                                'slug'      => 'getwid',
     673                            ),
     674
     675                            array(
     676                                'name'      => 'WooCommerce',
     677                                'slug'      => 'woocommerce',
     678                            ),
     679
     680                            array(
     681                                'name'      => 'Elementor',
     682                                'slug'      => 'elementor',
     683                            ),
     684
     685                            array(
     686                                'name'      => 'Mailchimp',
     687                                'slug'      => 'mailchimp-for-wp',
     688                            ),
     689
     690                            array(
     691                                'name'      => 'Instagram Feed',
     692                                'slug'      => 'instagram-feed',
     693                            ),
     694
     695                         
     696                        )
     697                    ),
     698
     699                     array(
     700                        'title' => __( ' Sara Travel', 'themesara-toolset' ),/*Title*/
     701                        'is_premium' => false,/*Premium*/
     702                        'type' => 'normal',
     703                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     704                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     705                        'categories' => array( 'blog' ),/*Categories*/
     706                        'template_url' => array(
     707                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/travel/content.json',
     708                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/travel/options.json',
     709                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/travel/widgets.json'
     710                        ),
     711                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/travel/demo.png',/*Screenshot of block*/
     712                        'demo_url' => 'https://demo.themesara.com/sara-travel/',/*Demo Url*/
     713                        'plugins' => array(
     714                            array(
     715                                'name'      => 'Everest Forms',
     716                                'slug'      => 'everest-forms',
     717
     718                            ),
     719                            array(
     720                                'name'      => 'Getwid – Gutenberg Blocks',
     721                                'slug'      => 'getwid',
     722                            ),
     723
     724                            array(
     725                                'name'      => 'WooCommerce',
     726                                'slug'      => 'woocommerce',
     727                            ),
     728
     729                            array(
     730                                'name'      => 'Elementor',
     731                                'slug'      => 'elementor',
     732                            ),
     733
     734                            array(
     735                                'name'      => 'Mailchimp',
     736                                'slug'      => 'mailchimp-for-wp',
     737                            ),
     738
     739                            array(
     740                                'name'      => 'Instagram Feed',
     741                                'slug'      => 'instagram-feed',
     742                            ),
     743
     744                         
     745                        )
     746                    ),
     747                );
     748                break;
     749
    504750               
    505751                 
  • themesara-toolset/tags/1.1.0/inc/hooks.php

    r2516067 r2517332  
    502502                break;
    503503
     504
     505                case "sara-log-pro":
     506                $templates = array(
     507                    array(
     508                        'title' => __( 'Main Demo', 'themesara-toolset' ),/*Title*/
     509                        'is_premium' => false,/*Premium*/
     510                        'type' => 'normal',
     511                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     512                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     513                        'categories' => array( 'blog' ),/*Categories*/
     514                        'template_url' => array(
     515                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/default/content.json',
     516                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/default/options.json',
     517                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/default/widgets.json'
     518                        ),
     519                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/default/demo.png',/*Screenshot of block*/
     520                        'demo_url' => 'https://demo.themesara.com/sara-pro/',/*Demo Url*/
     521                        'plugins' => array(
     522                            array(
     523                                'name'      => 'Everest Forms',
     524                                'slug'      => 'everest-forms',
     525
     526                            ),
     527                            array(
     528                                'name'      => 'WooCommerce',
     529                                'slug'      => 'woocommerce',
     530                            ),
     531
     532                            array(
     533                                'name'      => 'Elementor',
     534                                'slug'      => 'elementor',
     535                            ),
     536
     537                            array(
     538                                'name'      => 'Mailchimp',
     539                                'slug'      => 'mailchimp-for-wp',
     540                            ),
     541
     542                            array(
     543                                'name'      => 'Instagram Feed',
     544                                'slug'      => 'instagram-feed',
     545                            ),
     546
     547                         
     548                        )
     549                    ),
     550
     551                    array(
     552                        'title' => __( 'Sara Food', 'themesara-toolset' ),/*Title*/
     553                        'is_premium' => false,/*Premium*/
     554                        'type' => 'normal',
     555                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     556                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     557                        'categories' => array( 'blog' ),/*Categories*/
     558                        'template_url' => array(
     559                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/food/content.json',
     560                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/food/options.json',
     561                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/food/widgets.json'
     562                        ),
     563                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/food/demo.png',/*Screenshot of block*/
     564                        'demo_url' => 'https://demo.themesara.com/sara-food/',/*Demo Url*/
     565                        'plugins' => array(
     566                            array(
     567                                'name'      => 'Everest Forms',
     568                                'slug'      => 'everest-forms',
     569
     570                            ),
     571                            array(
     572                                'name'      => 'Easy FancyBox',
     573                                'slug'      => 'easy-fancybox',
     574
     575                            ),
     576
     577                            array(
     578                                'name'      => 'Getwid – Gutenberg Blocks',
     579                                'slug'      => 'getwid',
     580                            ),
     581
     582                            array(
     583                                'name'      => 'WooCommerce',
     584                                'slug'      => 'woocommerce',
     585                            ),
     586
     587                            array(
     588                                'name'      => 'Elementor',
     589                                'slug'      => 'elementor',
     590                            ),
     591
     592                            array(
     593                                'name'      => 'Mailchimp',
     594                                'slug'      => 'mailchimp-for-wp',
     595                            ),
     596
     597                            array(
     598                                'name'      => 'Instagram Feed',
     599                                'slug'      => 'instagram-feed',
     600                            ),
     601
     602                         
     603                        )
     604                    ),
     605
     606                    array(
     607                        'title' => __( ' Sara Fitness', 'themesara-toolset' ),/*Title*/
     608                        'is_premium' => false,/*Premium*/
     609                        'type' => 'normal',
     610                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     611                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     612                        'categories' => array( 'blog' ),/*Categories*/
     613                        'template_url' => array(
     614                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/fitness/content.json',
     615                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/fitness/options.json',
     616                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/fitness/widgets.json'
     617                        ),
     618                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/fitness/demo.png',/*Screenshot of block*/
     619                        'demo_url' => 'https://demo.themesara.com/sara-fitness/',/*Demo Url*/
     620                        'plugins' => array(
     621                            array(
     622                                'name'      => 'Everest Forms',
     623                                'slug'      => 'everest-forms',
     624
     625                            ),
     626                            array(
     627                                'name'      => 'WooCommerce',
     628                                'slug'      => 'woocommerce',
     629                            ),
     630
     631                            array(
     632                                'name'      => 'Elementor',
     633                                'slug'      => 'elementor',
     634                            ),
     635
     636                            array(
     637                                'name'      => 'Mailchimp',
     638                                'slug'      => 'mailchimp-for-wp',
     639                            ),
     640
     641                            array(
     642                                'name'      => 'Instagram Feed',
     643                                'slug'      => 'instagram-feed',
     644                            ),
     645
     646                         
     647                        )
     648                    ),
     649
     650                     array(
     651                        'title' => __( ' Sara Lifestyle', 'themesara-toolset' ),/*Title*/
     652                        'is_premium' => false,/*Premium*/
     653                        'type' => 'normal',
     654                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     655                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     656                        'categories' => array( 'blog' ),/*Categories*/
     657                        'template_url' => array(
     658                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/lifestyle/content.json',
     659                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/lifestyle/options.json',
     660                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/lifestyle/widgets.json'
     661                        ),
     662                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/lifestyle/demo.png',/*Screenshot of block*/
     663                        'demo_url' => 'https://demo.themesara.com/sara-lifestyle/',/*Demo Url*/
     664                        'plugins' => array(
     665                            array(
     666                                'name'      => 'Everest Forms',
     667                                'slug'      => 'everest-forms',
     668
     669                            ),
     670                            array(
     671                                'name'      => 'Getwid – Gutenberg Blocks',
     672                                'slug'      => 'getwid',
     673                            ),
     674
     675                            array(
     676                                'name'      => 'WooCommerce',
     677                                'slug'      => 'woocommerce',
     678                            ),
     679
     680                            array(
     681                                'name'      => 'Elementor',
     682                                'slug'      => 'elementor',
     683                            ),
     684
     685                            array(
     686                                'name'      => 'Mailchimp',
     687                                'slug'      => 'mailchimp-for-wp',
     688                            ),
     689
     690                            array(
     691                                'name'      => 'Instagram Feed',
     692                                'slug'      => 'instagram-feed',
     693                            ),
     694
     695                         
     696                        )
     697                    ),
     698
     699                     array(
     700                        'title' => __( ' Sara Travel', 'themesara-toolset' ),/*Title*/
     701                        'is_premium' => false,/*Premium*/
     702                        'type' => 'normal',
     703                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     704                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     705                        'categories' => array( 'blog' ),/*Categories*/
     706                        'template_url' => array(
     707                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/travel/content.json',
     708                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/travel/options.json',
     709                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/travel/widgets.json'
     710                        ),
     711                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/travel/demo.png',/*Screenshot of block*/
     712                        'demo_url' => 'https://demo.themesara.com/sara-travel/',/*Demo Url*/
     713                        'plugins' => array(
     714                            array(
     715                                'name'      => 'Everest Forms',
     716                                'slug'      => 'everest-forms',
     717
     718                            ),
     719                            array(
     720                                'name'      => 'Getwid – Gutenberg Blocks',
     721                                'slug'      => 'getwid',
     722                            ),
     723
     724                            array(
     725                                'name'      => 'WooCommerce',
     726                                'slug'      => 'woocommerce',
     727                            ),
     728
     729                            array(
     730                                'name'      => 'Elementor',
     731                                'slug'      => 'elementor',
     732                            ),
     733
     734                            array(
     735                                'name'      => 'Mailchimp',
     736                                'slug'      => 'mailchimp-for-wp',
     737                            ),
     738
     739                            array(
     740                                'name'      => 'Instagram Feed',
     741                                'slug'      => 'instagram-feed',
     742                            ),
     743
     744                         
     745                        )
     746                    ),
     747                );
     748                break;
     749
    504750               
    505751                 
  • themesara-toolset/trunk/inc/hooks.php

    r2516067 r2517332  
    502502                break;
    503503
     504
     505                case "sara-log-pro":
     506                $templates = array(
     507                    array(
     508                        'title' => __( 'Main Demo', 'themesara-toolset' ),/*Title*/
     509                        'is_premium' => false,/*Premium*/
     510                        'type' => 'normal',
     511                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     512                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     513                        'categories' => array( 'blog' ),/*Categories*/
     514                        'template_url' => array(
     515                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/default/content.json',
     516                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/default/options.json',
     517                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/default/widgets.json'
     518                        ),
     519                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/default/demo.png',/*Screenshot of block*/
     520                        'demo_url' => 'https://demo.themesara.com/sara-pro/',/*Demo Url*/
     521                        'plugins' => array(
     522                            array(
     523                                'name'      => 'Everest Forms',
     524                                'slug'      => 'everest-forms',
     525
     526                            ),
     527                            array(
     528                                'name'      => 'WooCommerce',
     529                                'slug'      => 'woocommerce',
     530                            ),
     531
     532                            array(
     533                                'name'      => 'Elementor',
     534                                'slug'      => 'elementor',
     535                            ),
     536
     537                            array(
     538                                'name'      => 'Mailchimp',
     539                                'slug'      => 'mailchimp-for-wp',
     540                            ),
     541
     542                            array(
     543                                'name'      => 'Instagram Feed',
     544                                'slug'      => 'instagram-feed',
     545                            ),
     546
     547                         
     548                        )
     549                    ),
     550
     551                    array(
     552                        'title' => __( 'Sara Food', 'themesara-toolset' ),/*Title*/
     553                        'is_premium' => false,/*Premium*/
     554                        'type' => 'normal',
     555                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     556                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     557                        'categories' => array( 'blog' ),/*Categories*/
     558                        'template_url' => array(
     559                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/food/content.json',
     560                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/food/options.json',
     561                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/food/widgets.json'
     562                        ),
     563                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/food/demo.png',/*Screenshot of block*/
     564                        'demo_url' => 'https://demo.themesara.com/sara-food/',/*Demo Url*/
     565                        'plugins' => array(
     566                            array(
     567                                'name'      => 'Everest Forms',
     568                                'slug'      => 'everest-forms',
     569
     570                            ),
     571                            array(
     572                                'name'      => 'Easy FancyBox',
     573                                'slug'      => 'easy-fancybox',
     574
     575                            ),
     576
     577                            array(
     578                                'name'      => 'Getwid – Gutenberg Blocks',
     579                                'slug'      => 'getwid',
     580                            ),
     581
     582                            array(
     583                                'name'      => 'WooCommerce',
     584                                'slug'      => 'woocommerce',
     585                            ),
     586
     587                            array(
     588                                'name'      => 'Elementor',
     589                                'slug'      => 'elementor',
     590                            ),
     591
     592                            array(
     593                                'name'      => 'Mailchimp',
     594                                'slug'      => 'mailchimp-for-wp',
     595                            ),
     596
     597                            array(
     598                                'name'      => 'Instagram Feed',
     599                                'slug'      => 'instagram-feed',
     600                            ),
     601
     602                         
     603                        )
     604                    ),
     605
     606                    array(
     607                        'title' => __( ' Sara Fitness', 'themesara-toolset' ),/*Title*/
     608                        'is_premium' => false,/*Premium*/
     609                        'type' => 'normal',
     610                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     611                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     612                        'categories' => array( 'blog' ),/*Categories*/
     613                        'template_url' => array(
     614                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/fitness/content.json',
     615                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/fitness/options.json',
     616                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/fitness/widgets.json'
     617                        ),
     618                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/fitness/demo.png',/*Screenshot of block*/
     619                        'demo_url' => 'https://demo.themesara.com/sara-fitness/',/*Demo Url*/
     620                        'plugins' => array(
     621                            array(
     622                                'name'      => 'Everest Forms',
     623                                'slug'      => 'everest-forms',
     624
     625                            ),
     626                            array(
     627                                'name'      => 'WooCommerce',
     628                                'slug'      => 'woocommerce',
     629                            ),
     630
     631                            array(
     632                                'name'      => 'Elementor',
     633                                'slug'      => 'elementor',
     634                            ),
     635
     636                            array(
     637                                'name'      => 'Mailchimp',
     638                                'slug'      => 'mailchimp-for-wp',
     639                            ),
     640
     641                            array(
     642                                'name'      => 'Instagram Feed',
     643                                'slug'      => 'instagram-feed',
     644                            ),
     645
     646                         
     647                        )
     648                    ),
     649
     650                     array(
     651                        'title' => __( ' Sara Lifestyle', 'themesara-toolset' ),/*Title*/
     652                        'is_premium' => false,/*Premium*/
     653                        'type' => 'normal',
     654                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     655                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     656                        'categories' => array( 'blog' ),/*Categories*/
     657                        'template_url' => array(
     658                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/lifestyle/content.json',
     659                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/lifestyle/options.json',
     660                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/lifestyle/widgets.json'
     661                        ),
     662                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/lifestyle/demo.png',/*Screenshot of block*/
     663                        'demo_url' => 'https://demo.themesara.com/sara-lifestyle/',/*Demo Url*/
     664                        'plugins' => array(
     665                            array(
     666                                'name'      => 'Everest Forms',
     667                                'slug'      => 'everest-forms',
     668
     669                            ),
     670                            array(
     671                                'name'      => 'Getwid – Gutenberg Blocks',
     672                                'slug'      => 'getwid',
     673                            ),
     674
     675                            array(
     676                                'name'      => 'WooCommerce',
     677                                'slug'      => 'woocommerce',
     678                            ),
     679
     680                            array(
     681                                'name'      => 'Elementor',
     682                                'slug'      => 'elementor',
     683                            ),
     684
     685                            array(
     686                                'name'      => 'Mailchimp',
     687                                'slug'      => 'mailchimp-for-wp',
     688                            ),
     689
     690                            array(
     691                                'name'      => 'Instagram Feed',
     692                                'slug'      => 'instagram-feed',
     693                            ),
     694
     695                         
     696                        )
     697                    ),
     698
     699                     array(
     700                        'title' => __( ' Sara Travel', 'themesara-toolset' ),/*Title*/
     701                        'is_premium' => false,/*Premium*/
     702                        'type' => 'normal',
     703                        'author' => __( 'Themesara', 'themesara-toolset' ),/*Author Name*/
     704                        'keywords' => array( 'main', 'demo' ),/*Search keyword*/
     705                        'categories' => array( 'blog' ),/*Categories*/
     706                        'template_url' => array(
     707                            'content' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/travel/content.json',
     708                            'options' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/travel/options.json',
     709                            'widgets' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/travel/widgets.json'
     710                        ),
     711                        'screenshot_url' => THEMESARA_TOOLSET_TEMPLATE_URL.$theme_slug.'/travel/demo.png',/*Screenshot of block*/
     712                        'demo_url' => 'https://demo.themesara.com/sara-travel/',/*Demo Url*/
     713                        'plugins' => array(
     714                            array(
     715                                'name'      => 'Everest Forms',
     716                                'slug'      => 'everest-forms',
     717
     718                            ),
     719                            array(
     720                                'name'      => 'Getwid – Gutenberg Blocks',
     721                                'slug'      => 'getwid',
     722                            ),
     723
     724                            array(
     725                                'name'      => 'WooCommerce',
     726                                'slug'      => 'woocommerce',
     727                            ),
     728
     729                            array(
     730                                'name'      => 'Elementor',
     731                                'slug'      => 'elementor',
     732                            ),
     733
     734                            array(
     735                                'name'      => 'Mailchimp',
     736                                'slug'      => 'mailchimp-for-wp',
     737                            ),
     738
     739                            array(
     740                                'name'      => 'Instagram Feed',
     741                                'slug'      => 'instagram-feed',
     742                            ),
     743
     744                         
     745                        )
     746                    ),
     747                );
     748                break;
     749
    504750               
    505751                 
Note: See TracChangeset for help on using the changeset viewer.