diff options
| author | stone <jules+okfprojz@okfoc.us> | 2020-09-21 13:13:56 -0400 |
|---|---|---|
| committer | stone <jules+okfprojz@okfoc.us> | 2020-09-21 13:13:56 -0400 |
| commit | e192be875cb1e518f16878a7be63a4287d051892 (patch) | |
| tree | 0a5e40c3fcc4c6f6512041a6588becefb2675154 | |
| parent | bc36e9e1ba88d3dd5c6f012de489c0a60d4c7f52 (diff) | |
test department
| -rw-r--r-- | db.json | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -5999,12 +5999,7 @@ "StoreClosedMessageTwo": "", "FittingCodes": "", "DepartmentStoreStatus": "closed", - "Departments": [ - { - "text": "STONE ISLAND / PORTERĀ® CO-LAB", - "uri": "PPPRTRFWSC" - } - ], + "Departments": [], "GroupBy": "none", "FilterBy": "none", "ShowProductNameOnCollectionPage": false, @@ -6012,7 +6007,7 @@ "FitsLargeText": "", "SizingFooter": "use_alt_text", "SizingFooterText": "", - "showModal": "once", + "showModal": "never", "modalBackgroundColor": "white", "modalTextColor": "black", "modalTaglineColor": "blue", @@ -6029,7 +6024,12 @@ "collection": "", "CollectionId": "", "DepartmentId": "", - "Departments": [], + "Departments": [ + { + "text": "Test Department", + "uri": "PPTSTNGFWS" + } + ], "StoreStatus": "closed", "DepartmentStoreStatus": "closed", "GroupBy": "none", @@ -6066,4 +6066,4 @@ "modalButton": "" } ] -} +}
\ No newline at end of file |
