featherlight.yaml 621 B

12345678910
  1. enabled: true # global enable/disable the entire plugin
  2. active: true # if the plugin is active and JS/CSS should be loaded
  3. gallery: true # enable/disable the gallery extension
  4. requirejs: false # output to an AMD module
  5. openSpeed: 250 # open speed in ms
  6. closeSpeed: 250 # close speed in ms
  7. closeOnClick: background # background|anywhere|false
  8. closeOnEsc: true # true|false on hitting Esc key
  9. root: body # where to append featherlights
  10. initTemplate: plugin://featherlight/js/featherlight.init.js