diff options
| -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'}, |
