From 8cb244fdd59569df3942c3f54f80039276ffa94c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 6 May 2020 21:49:25 +0200 Subject: background color --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 517bc189..e59669e6 100644 --- a/index.js +++ b/index.js @@ -68,8 +68,8 @@ var app = okcms.createApp({ showModal: {type: 'enum', options: ['never','once','always'] }, modalTitle: {type: 'string'}, modalBackgroundColor: {type: 'enum', options: ["white","black",] }, - modalTextColor: {type: 'enum', options: ["black","red","blue","white"] }, - modalTaglineColor: {type: 'enum', options: ["black","red","blue"] }, + modalTextColor: {type: 'enum', options: ["black","white"] }, + modalTaglineColor: {type: 'enum', options: ["black","red","blue","white"] }, modalTaglinePosition: {type: 'enum', options: ["hidden","top","bottom"] }, modalTagline: {type: 'string'}, modalContent: {type: 'text'}, -- cgit v1.2.3-70-g09d2