diff options
| -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 |
