diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-05-07 13:40:30 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-05-07 13:40:30 +0200 |
| commit | fd6ebca6d389b0893ce02d1c07bbf2f067d2c0df (patch) | |
| tree | 9c60a616f1d400c44b177a5d0f4f8e5a56b5a4fd | |
| parent | 8cb244fdd59569df3942c3f54f80039276ffa94c (diff) | |
background color
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,11 +66,11 @@ var app = okcms.createApp({ ClosedStoreImages: {type: 'captioned-image-list'}, // modal showModal: {type: 'enum', options: ['never','once','always'] }, - modalTitle: {type: 'string'}, 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"] }, + modalTitle: {type: 'string'}, modalTagline: {type: 'string'}, modalContent: {type: 'text'}, modalButton: {type: 'string'}, |
