Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Convert to array of JSON objects to easily ingest into gatsby
Browse files Browse the repository at this point in the history
  • Loading branch information
Gil Greenberg committed Nov 14, 2018
1 parent 4c78e36 commit 8a47050
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/settings/checkout.json
@@ -1 +1 @@
{}
[{}]
2 changes: 1 addition & 1 deletion src/settings/collections.json
@@ -1 +1 @@
{}
[{}]
4 changes: 2 additions & 2 deletions src/settings/customers.json
@@ -1,3 +1,3 @@
{
[{
"canRegister": true
}
}]
2 changes: 1 addition & 1 deletion src/settings/global.json
@@ -1 +1 @@
{}
[{}]
10 changes: 5 additions & 5 deletions src/settings/products.json
@@ -1,5 +1,5 @@
{
"canAdd": true,
"showBreadcrumbs": true,
"showSocialSharing": true
}
[{
"canAdd": true,
"showBreadcrumbs": true,
"showSocialSharing": true
}]

0 comments on commit 8a47050

Please sign in to comment.