summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index e2dfdd36..c6ca9b6d 100644
--- a/index.js
+++ b/index.js
@@ -67,9 +67,9 @@ var app = okcms.createApp({
// modal
showModal: {type: 'enum', options: ['never','once','always'] },
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"] },
+ modalTaglineLink: {type: 'string'},
modalTitle: {type: 'string'},
modalTagline: {type: 'string'},
modalContent: {type: 'text'},