summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.js b/index.js
index d389c9ee..517bc189 100644
--- a/index.js
+++ b/index.js
@@ -67,10 +67,13 @@ var app = okcms.createApp({
// modal
showModal: {type: 'enum', options: ['never','once','always'] },
modalTitle: {type: 'string'},
- modalTaglineStyle: {type: 'enum', options: ["black","red","blue"] },
+ modalBackgroundColor: {type: 'enum', options: ["white","black",] },
+ modalTextColor: {type: 'enum', options: ["black","red","blue","white"] },
+ modalTaglineColor: {type: 'enum', options: ["black","red","blue"] },
modalTaglinePosition: {type: 'enum', options: ["hidden","top","bottom"] },
modalTagline: {type: 'string'},
modalContent: {type: 'text'},
+ modalButton: {type: 'string'},
},
},