diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-05-06 21:49:25 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-05-06 21:49:25 +0200 |
| commit | 8cb244fdd59569df3942c3f54f80039276ffa94c (patch) | |
| tree | 14c981821da5836c549b47753c7d46d29e8312be | |
| parent | 1118f95b7d8386a803a610354da53d243d3aaa0f (diff) | |
background color
| -rw-r--r-- | index.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'}, |
