config.json
31 lines
| 1 | { |
| 2 | "name": "Small Widget", |
| 3 | "description": "Designed for sidebar and footer widgets. Try it with the <code>widget-thumbnail</code> image size.", |
| 4 | "type": "display", |
| 5 | "order": 30, |
| 6 | "scripts": "", |
| 7 | "styles": "", |
| 8 | "force": "view-layout-normal", |
| 9 | "options": [ |
| 10 | { |
| 11 | "name": "image_position", |
| 12 | "label": "", |
| 13 | "type": "select", |
| 14 | "default": "left", |
| 15 | "values": [ |
| 16 | { |
| 17 | "value": "left", |
| 18 | "class_name": "", |
| 19 | "description": "image on left" |
| 20 | }, |
| 21 | { |
| 22 | "value": "right", |
| 23 | "class_name": "image-right", |
| 24 | "description": "image on right" |
| 25 | } |
| 26 | ] |
| 27 | } |
| 28 | ], |
| 29 | "format_version": "2.0" |
| 30 | } |
| 31 |