diff options
Diffstat (limited to 'index.js')
| -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'}, }, }, |
