diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-05-07 16:28:33 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-05-07 16:28:33 +0200 |
| commit | e37a18f0a19843ed98f10f2f37b3f9be5402eca2 (patch) | |
| tree | ddbd0d86055f764b0b04ed4b4d92b5a87e693590 /index.js | |
| parent | fd6ebca6d389b0893ce02d1c07bbf2f067d2c0df (diff) | |
modal link
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,9 +67,9 @@ var app = okcms.createApp({ // modal showModal: {type: 'enum', options: ['never','once','always'] }, 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"] }, + modalTaglineLink: {type: 'string'}, modalTitle: {type: 'string'}, modalTagline: {type: 'string'}, modalContent: {type: 'text'}, |
