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