summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-05-06 21:46:55 +0200
committerJules Laplace <julescarbon@gmail.com>2020-05-06 21:46:55 +0200
commit1118f95b7d8386a803a610354da53d243d3aaa0f (patch)
tree97ea2f7272abd3f17952fa345ce844ee313600c8
parent4da942a230d5b666c1716f8ef7873d262b209928 (diff)
background color
-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'},
},
},