Same filename and directory in other branches
  1. 8.x-1.x config/install/colorbox.settings.yml 1 comment
config/install/colorbox.settings.yml
7 string references to 'colorbox.settings'
ActivationCheck::__construct in src/ActivationCheck.php
Create an instace of ActivationCheck.
ColorboxAttachment::__construct in src/ColorboxAttachment.php
Create an instance of ColorboxAttachment.
ColorboxSettingsForm::buildForm in src/Form/ColorboxSettingsForm.php
ColorboxSettingsForm::getEditableConfigNames in src/Form/ColorboxSettingsForm.php
ColorboxSettingsForm::submitForm in src/Form/ColorboxSettingsForm.php

... See full list

File

config/install/colorbox.settings.yml

View source
  1. custom:
  2. style: 'default'
  3. activate: 0
  4. transition_type: 'elastic'
  5. transition_speed: 350
  6. opacity: 0.85
  7. text_current: '{current} of {total}'
  8. text_previous: '« Prev'
  9. text_next: 'Next »'
  10. text_close: 'Close'
  11. maxwidth: '98%'
  12. maxheight: '98%'
  13. initialwidth: '300'
  14. initialheight: '250'
  15. overlayclose: TRUE
  16. returnfocus: TRUE
  17. fixed: TRUE
  18. scrolling: TRUE
  19. slideshow:
  20. slideshow: 0
  21. auto: TRUE
  22. speed: 2500
  23. text_start: 'start slideshow'
  24. text_stop: 'stop slideshow'
  25. advanced:
  26. unique_token: 1
  27. mobile_detect: 1
  28. mobile_device_width: '480px'
  29. caption_trim: 0
  30. caption_trim_length: 75
  31. compression_type: 'minified'