wvuweb / hammer

A tool for CleanSlate theme development
https://cleanslate.wvu.edu
4 stars 2 forks source link

<r:page:published_at /> needs a default value #54

Closed architarious closed 5 years ago

architarious commented 7 years ago

doesn't appear to have a default/fallback value like does. If you're using conditional logic to parse anything by published date, it will break unless the user remembers to create a published_at: field within their mock-data file.

Examples for current mock-data workarounds:

zeroedin commented 5 years ago

So this commit fix is currently in the test branch. This branch also brings vagrant and virtual box up to current versions. Will be testing this branch for a bit then moving it to dev. Then finally merging with master after a detailed Changelog is created. There were some modifications made in dev that changes things about mock_data defaults that people have to be made aware of.