discolabs/grunt-shopify-theme-settings

Range inputs

gavinballard opened this issue · 1 comments

Would be nice to have a couple of new input types that dealt with ranges (specifically, time and date ranges) as they're a pretty common pattern. Something like:

...
    Business Hours:
      name: business_hours
      type: range-hours
      start: 00:00
      stop: 23:00
      step: 00:30

Fixed in 82b4c03.