Skip to content

Commit

Permalink
fix: add store hours to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomerford committed Dec 18, 2023
1 parent c50eb37 commit eae92b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@
"paypal"
],
"lazyload_mode": "lazyload+lqip",
"hoursHeading": "Fall Hours",
"hoursHeading": "Holiday Hours",
"mwn_home_category_block": true,
"mwn_home_category_block_id": "181",
"features_dynamic_locations": true,
Expand Down
5 changes: 5 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,11 @@
"type": "color",
"label": "i18n.FieldBorderActive",
"id": "input-border-color-active"
},
{
"type": "text",
"label": "Store Hours Heading",
"id": "hoursHeading"
}
]
},
Expand Down

0 comments on commit eae92b2

Please sign in to comment.