File: //home/citaqlmd/coastal-connexion.com/wp-content/plugins/ml-slider/themes/manifest-premium.php
<?php
/**
* These themes type 'premium' are listed
* but not allowed to be selected when MetaSlider Pro is not installed and active.
*/
return array(
'retsu' => array(
'folder' => 'retsu',
'title' => 'Retsu',
'type' => 'premium',
'supports' => array( 'flex' ),
'tags' => array(
__( 'minimalist', 'ml-slider' ),
__( '2 columns', 'ml-slider' )
),
'description' => __( 'A 2 columns minimalistic theme to split your images and captions.', 'ml-slider' ),
'instructions' => __( 'Image, External URL and Post Feed slides are displayed in 2 columns, while the rest of slide types in 1 column.', 'ml-slider' )
),
'social-play' => array(
'folder' => 'social-play',
'title' => 'Social Play',
'type' => 'premium',
'supports' => array( 'flex' ),
'tags' => array(
__( 'minimalist', 'ml-slider' ),
__( 'videos', 'ml-slider' ),
__( 'vertical', 'ml-slider' )
),
'description' => __( 'A theme to showcase vertical images and videos.', 'ml-slider' ),
'instructions' => __( 'Ideal for Images, Post Feed slides, YouTube and Vimeo vertical videos.', 'ml-slider' )
)
);