summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-05-07 13:40:30 +0200
committerJules Laplace <julescarbon@gmail.com>2020-05-07 13:40:30 +0200
commitfd6ebca6d389b0893ce02d1c07bbf2f067d2c0df (patch)
tree9c60a616f1d400c44b177a5d0f4f8e5a56b5a4fd
parent8cb244fdd59569df3942c3f54f80039276ffa94c (diff)
background color
-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'},