diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-05-06 16:00:02 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-05-06 16:00:02 +0200 |
| commit | 4da942a230d5b666c1716f8ef7873d262b209928 (patch) | |
| tree | ee667c9b9e146321b9c0faac9d0a3030a79eddf0 /index.js | |
| parent | ccec46b45d75dd35d60b1389404fb181c80e6167 (diff) | |
show modal always once never
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ var app = okcms.createApp({ BackgroundIsGray: {type: 'enum', options: ["true","false"] }, ClosedStoreImages: {type: 'captioned-image-list'}, // modal - showModal: {type: 'flag' }, + showModal: {type: 'enum', options: ['never','once','always'] }, modalTitle: {type: 'string'}, modalTaglineStyle: {type: 'enum', options: ["black","red","blue"] }, modalTaglinePosition: {type: 'enum', options: ["hidden","top","bottom"] }, |
