diff options
| author | stone <jules+okfprojz@okfoc.us> | 2017-11-05 14:05:37 -0500 |
|---|---|---|
| committer | stone <jules+okfprojz@okfoc.us> | 2017-11-05 14:05:37 -0500 |
| commit | 0c69e1e99e5ebcd00acecf302c2641011210bda3 (patch) | |
| tree | c3cd8d5a4ab3bc8c0d9b905efaec930dfc04211a | |
| parent | 59e2754b2f73c9707397d6f619725062df09f85f (diff) | |
| parent | ebdb650f533033385bc8c53140ef0c293012c06d (diff) | |
Merge branch 'cms' of ghghgh.us:stone-island into cms
| -rw-r--r-- | .env | 8 | ||||
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | index.js | 1 |
3 files changed, 3 insertions, 8 deletions
@@ -1,8 +0,0 @@ -S3_KEY=AKIAJ73D6JOPQRGR4M3Q -S3_SECRET=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 -S3_BUCKET=marsupial -S3_DIRNAME=stoneisland -OK_USER=stoneisland -OK_PASS=okfocus -PORT=6060 - @@ -38,3 +38,5 @@ server/ .tmp/* +.env + @@ -57,6 +57,7 @@ var app = okcms.createApp({ StoreClosedMessageOne: {type: 'string'}, StoreClosedMessageTwo: {type: 'string'}, FitsLarge: {type: 'enum', options: ["true","false"] }, + NotAvailableInCanada: {type: 'enum', options: ["true","false"] }, FittingCodes: {type: 'text'}, BackgroundIsGray: {type: 'enum', options: ["true","false"] }, ClosedStoreImages: {type: 'captioned-image-list'}, |
