summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
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 e59669e6..e2dfdd36 100644
--- a/index.js
+++ b/index.js
@@ -66,11 +66,11 @@ var app = okcms.createApp({
ClosedStoreImages: {type: 'captioned-image-list'},
// modal
showModal: {type: 'enum', options: ['never','once','always'] },
- modalTitle: {type: 'string'},
modalBackgroundColor: {type: 'enum', options: ["white","black",] },
modalTextColor: {type: 'enum', options: ["black","white"] },
modalTaglineColor: {type: 'enum', options: ["black","red","blue","white"] },
modalTaglinePosition: {type: 'enum', options: ["hidden","top","bottom"] },
+ modalTitle: {type: 'string'},
modalTagline: {type: 'string'},
modalContent: {type: 'text'},
modalButton: {type: 'string'},