2019-10-17 17:59:39 -04:00

15 lines
302 B
YAML

defaults: &defaults
# Add any valid Shepherd.js configuration JSON here
# and it will be passed into the `new Shepherd.Tour()`
# initializer.
:tour_options: '{ defaultStepOptions: { classes: "theme-default" } }'
development:
<<: *defaults
test:
<<: *defaults
production:
<<: *defaults