From 1118f95b7d8386a803a610354da53d243d3aaa0f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 6 May 2020 21:46:55 +0200 Subject: background color --- index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'index.js') 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'}, }, }, -- cgit v1.2.3-70-g09d2