designs.php
95 lines
| 1 | <?php return [ |
| 2 | 'single' => [ |
| 3 | [ |
| 4 | 'id' => 'single-91', |
| 5 | 'package' => 'free', |
| 6 | 'title' => 'Single Design That has a long title', |
| 7 | 'preview_thumb' => 'contents/single/03/preview-thumb.jpg', |
| 8 | 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/', |
| 9 | 'file' => 'contents/single/03/content.json', |
| 10 | ], |
| 11 | [ |
| 12 | 'id' => 'single-01', |
| 13 | 'package' => 'free', |
| 14 | 'title' => 'Single Design 1', |
| 15 | 'preview_thumb' => 'contents/single/01/preview-thumb.svg', |
| 16 | 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/', |
| 17 | 'file' => 'contents/single/01/content.json', |
| 18 | ], |
| 19 | [ |
| 20 | 'id' => 'single-02', |
| 21 | 'package' => 'free', |
| 22 | 'title' => 'Single Design 2', |
| 23 | 'preview_thumb' => 'contents/single/02/preview-thumb.svg', |
| 24 | 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/', |
| 25 | 'file' => 'contents/single/02/content.json', |
| 26 | ], |
| 27 | [ |
| 28 | 'id' => 'single-011', |
| 29 | 'package' => 'free', |
| 30 | 'title' => 'Single Design 16', |
| 31 | 'preview_thumb' => 'contents/single/01/preview-thumb.svg', |
| 32 | 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/', |
| 33 | 'file' => 'contents/single/016/content.json', |
| 34 | ], |
| 35 | [ |
| 36 | 'id' => 'single-022', |
| 37 | 'package' => 'free', |
| 38 | 'title' => 'Single Design 27', |
| 39 | 'preview_thumb' => 'contents/single/02/preview-thumb.svg', |
| 40 | 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/', |
| 41 | 'file' => 'contents/single/027/content.json', |
| 42 | ], |
| 43 | [ |
| 44 | 'id' => 'single-013', |
| 45 | 'package' => 'free', |
| 46 | 'title' => 'Single Design 18', |
| 47 | 'preview_thumb' => 'contents/single/01/preview-thumb.svg', |
| 48 | 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/', |
| 49 | 'file' => 'contents/single/018/content.json', |
| 50 | ], |
| 51 | [ |
| 52 | 'id' => 'single-024', |
| 53 | 'package' => 'free', |
| 54 | 'title' => 'Single Design 29', |
| 55 | 'preview_thumb' => 'contents/single/02/preview-thumb.svg', |
| 56 | 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/', |
| 57 | 'file' => 'contents/single/029/content.json', |
| 58 | ], |
| 59 | [ |
| 60 | 'id' => 'single-015', |
| 61 | 'package' => 'free', |
| 62 | 'title' => 'Single Design 11', |
| 63 | 'preview_thumb' => 'contents/single/01/preview-thumb.svg', |
| 64 | 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/', |
| 65 | 'file' => 'contents/single/011/content.json', |
| 66 | ], |
| 67 | [ |
| 68 | 'id' => 'single-026', |
| 69 | 'package' => 'free', |
| 70 | 'title' => 'Single Design 23', |
| 71 | 'preview_thumb' => 'contents/single/02/preview-thumb.svg', |
| 72 | 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/', |
| 73 | 'file' => 'contents/single/023/content.json', |
| 74 | ], |
| 75 | ], |
| 76 | 'shop' => [ |
| 77 | [ |
| 78 | 'id' => 'shop-01', // these are dummy data, change it accordingly |
| 79 | 'package' => 'free', |
| 80 | 'title' => 'Shop Design 1', |
| 81 | 'preview_thumb' => 'contents/shop/01/preview-thumb.svg', |
| 82 | 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/', |
| 83 | 'file' => 'contents/shop/01/content.json', |
| 84 | ], |
| 85 | [ |
| 86 | 'id' => 'shop-02', |
| 87 | 'package' => 'free', |
| 88 | 'title' => 'Shop Design 2', |
| 89 | 'preview_thumb' => 'contents/single/02/preview-thumb.svg', |
| 90 | 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/', |
| 91 | 'file' => 'contents/shop/02/content.json', |
| 92 | ] |
| 93 | ], |
| 94 | |
| 95 | ]; |