the bola v2 website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

live_preview.php 1019B

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Devices
  6. |--------------------------------------------------------------------------
  7. |
  8. | Live Preview displays a device selector for you to preview the page
  9. | in predefined sizes. You are free to add or edit these presets.
  10. |
  11. */
  12. 'devices' => [
  13. 'Laptop' => ['width' => 1440, 'height' => 900],
  14. 'Tablet' => ['width' => 1024, 'height' => 786],
  15. 'Mobile' => ['width' => 375, 'height' => 812],
  16. ],
  17. /*
  18. |--------------------------------------------------------------------------
  19. | Additional Inputs
  20. |--------------------------------------------------------------------------
  21. |
  22. | Additional fields may be added to the Live Preview header bar. You
  23. | may define a list of Vue components to be injected. Their values
  24. | will be added to the cascade on the front-end for you to use.
  25. |
  26. */
  27. 'inputs' => [
  28. //
  29. ],
  30. ];