designs.php
24 lines
| 1 | <?php return [ |
| 2 | 'single' => [ |
| 3 | [ |
| 4 | 'id' => 'single-01', |
| 5 | 'package' => 'free', |
| 6 | 'title' => 'Single Design 1', |
| 7 | 'preview_thumb' => 'contents/single/01/preview.png', |
| 8 | 'demo_url' => 'https://demo.xpeedstudio.com/bajaar/product/comfort-wooden-restaurant/', |
| 9 | 'file' => 'contents/single/01/content.json', |
| 10 | ] |
| 11 | ], |
| 12 | 'shop' => [ |
| 13 | [ |
| 14 | 'id' => 'shop-01', // these are dummy data, change it accordingly |
| 15 | 'package' => 'free', |
| 16 | 'title' => 'Shop Design 1', |
| 17 | 'preview_thumb' => 'contents/shop/01/preview.png', |
| 18 | 'demo_url' => 'https://demo.xpeedstudio.com/bajaar/shop/', |
| 19 | 'file' => 'contents/shop/01/content.json', |
| 20 | ] |
| 21 | ], |
| 22 | |
| 23 | |
| 24 | ]; |