diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-11-05 20:20:05 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-11-05 20:20:05 +0100 |
| commit | e038ce4946178a4aa370f36acdf0cee56749d570 (patch) | |
| tree | c139563ee8f24317d9c7c9db1a7fdc3717180dcb | |
| parent | 6daac8c719354a3ab0c9b66e85a580c6881e3fdf (diff) | |
make it a flag
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,8 +56,8 @@ var app = okcms.createApp({ OpensOn: {type: 'string'}, StoreClosedMessageOne: {type: 'string'}, StoreClosedMessageTwo: {type: 'string'}, + NotAvailableInCanada: {type: 'flag'}, 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'}, |
