123456789101112131415161718192021222324252627282930313233343536 |
- <?php
-
- return [
-
-
-
-
- 'devices' => [
- 'Laptop' => ['width' => 1440, 'height' => 900],
- 'Tablet' => ['width' => 1024, 'height' => 786],
- 'Mobile' => ['width' => 375, 'height' => 812],
- ],
-
-
-
-
- 'inputs' => [
-
- ],
-
- ];
|