diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-05-06 21:46:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-05-06 21:46:55 +0200 |
| commit | 1118f95b7d8386a803a610354da53d243d3aaa0f (patch) | |
| tree | 97ea2f7272abd3f17952fa345ce844ee313600c8 | |
| parent | 4da942a230d5b666c1716f8ef7873d262b209928 (diff) | |
background color
| -rw-r--r-- | index.js | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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'}, }, }, |
