summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-05-06 16:00:02 +0200
committerJules Laplace <julescarbon@gmail.com>2020-05-06 16:00:02 +0200
commit4da942a230d5b666c1716f8ef7873d262b209928 (patch)
treeee667c9b9e146321b9c0faac9d0a3030a79eddf0 /index.js
parentccec46b45d75dd35d60b1389404fb181c80e6167 (diff)
show modal always once never
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 5e4d6d41..d389c9ee 100644
--- a/index.js
+++ b/index.js
@@ -65,7 +65,7 @@ var app = okcms.createApp({
BackgroundIsGray: {type: 'enum', options: ["true","false"] },
ClosedStoreImages: {type: 'captioned-image-list'},
// modal
- showModal: {type: 'flag' },
+ showModal: {type: 'enum', options: ['never','once','always'] },
modalTitle: {type: 'string'},
modalTaglineStyle: {type: 'enum', options: ["black","red","blue"] },
modalTaglinePosition: {type: 'enum', options: ["hidden","top","bottom"] },