summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-05-07 16:28:33 +0200
committerJules Laplace <julescarbon@gmail.com>2020-05-07 16:28:33 +0200
commite37a18f0a19843ed98f10f2f37b3f9be5402eca2 (patch)
treeddbd0d86055f764b0b04ed4b4d92b5a87e693590 /index.js
parentfd6ebca6d389b0893ce02d1c07bbf2f067d2c0df (diff)
modal link
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 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'},