Skip to content

Commit

Permalink
chore: fix grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
rodica-andronache committed Aug 8, 2019
1 parent 81d4fad commit 5c08f61
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions inc/core/front_end.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,64 +189,64 @@ private function get_ti_demo_content_support_data() {
),
),
'brizy' => array(
'neve-brizy-main' => array(
'neve-brizy-main' => array(
'url' => 'https://demo.themeisle.com/neve-onboarding-brizy/',
'title' => 'Original',
'screenshot' => $onboarding_folder_url . '/onboarding/neve-main/screenshot.jpg',
),
'neve-brizy-restaurant' => array(
'neve-brizy-restaurant' => array(
'url' => 'https://demo.themeisle.com/neve-restaurant-brizy/',
'title' => 'Restaurant',
'unsplash_gallery' => 'https://unsplash.com/collections/4587624/restaurant',
'screenshot' => $onboarding_folder_url . '/onboarding/neve-restaurant/screenshot.jpg',
),
'neve-brizy-charity' => array(
'neve-brizy-charity' => array(
'url' => 'https://demo.themeisle.com/neve-charity-brizy/',
'title' => 'Charity',
'unsplash_gallery' => 'https://unsplash.com/collections/4587605/charity',
'screenshot' => $onboarding_folder_url . '/onboarding/neve-charity/screenshot.jpg',
),
'neve-brizy-vet-center' => array(
'neve-brizy-vet-center' => array(
'url' => 'https://demo.themeisle.com/neve-vet-center-brizy/',
'title' => 'Vet Center',
'unsplash_gallery' => 'https://unsplash.com/collections/4587611/vet-center',
'screenshot' => $onboarding_folder_url . '/onboarding/neve-vet-center/screenshot.jpg',
),
'neve-brizy-doctors' => array(
'neve-brizy-doctors' => array(
'url' => 'https://demo.themeisle.com/neve-doctors-brizy/',
'title' => 'Doctors',
'unsplash_gallery' => 'https://unsplash.com/collections/4587593/doctor',
'screenshot' => $onboarding_folder_url . '/onboarding/neve-doctors/screenshot.jpg',
),
'neve-brizy-architecture' => array(
'neve-brizy-architecture' => array(
'url' => 'https://demo.themeisle.com/neve-architecture-brizy/',
'title' => 'Architecture',
'unsplash_gallery' => 'https://unsplash.com/collections/6802313/architecture/f59e19df059789d86d1066ea80130a87',
'screenshot' => $onboarding_folder_url . '/onboarding/neve-architecture/screenshot.jpg',
),
'neve-brizy-fitness' => array(
'neve-brizy-fitness' => array(
'url' => 'https://demo.themeisle.com/neve-fitness-brizy/',
'title' => 'Fitness',
'unsplash_gallery' => 'https://unsplash.com/collections/6802313/architecture/f59e19df059789d86d1066ea80130a87',
'screenshot' => $onboarding_folder_url . '/onboarding/neve-fitness/screenshot.jpg',
),
'neve-brizy-vacation-rental' => array(
'url' => 'https://demo.themeisle.com/neve-vacation-rental-brizy/',
'title' => 'Vacation Rental',
'screenshot' => $onboarding_folder_url . '/onboarding/neve-vacation-rental/screenshot.jpg',
'url' => 'https://demo.themeisle.com/neve-vacation-rental-brizy/',
'title' => 'Vacation Rental',
'screenshot' => $onboarding_folder_url . '/onboarding/neve-vacation-rental/screenshot.jpg',
),
'neve-brizy-music-band' => array(
'neve-brizy-music-band' => array(
'url' => 'https://demo.themeisle.com/neve-music-band-brizy/',
'title' => 'Music Band',
'unsplash_gallery' => 'https://unsplash.com/collections/7338489/music/746c95e4a72ad242a07001a2ca0fa7cb',
'screenshot' => $onboarding_folder_url . '/onboarding/neve-music-band/screenshot.jpg',
),
'neve-brizy-shop' => array(
'neve-brizy-shop' => array(
'url' => 'https://demo.themeisle.com/neve-shop-brizy/',
'title' => 'Shop',
'screenshot' => $onboarding_folder_url . '/onboarding/neve-shop/screenshot.jpg',
),
'neve-brizy-zelle' => array(
'neve-brizy-zelle' => array(
'url' => 'https://demo.themeisle.com/neve-zelle-brizy/',
'title' => 'Travel Agency',
'screenshot' => $onboarding_folder_url . '/onboarding/neve-zelle/screenshot.jpg',
Expand Down

0 comments on commit 5c08f61

Please sign in to comment.