Changeset 846239
- Timestamp:
- 01/27/2014 01:23:11 PM (12 years ago)
- File:
-
- 1 edited
-
plugin-kontakt/plugins/available.json (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugin-kontakt/plugins/available.json
r846224 r846239 1 1 [ 2 2 { 3 "name": "Input", 4 "version": "1.0.0", 5 "type": "element", 6 "price": 0.00, 3 "name": "Input", 4 "version": "1.0.0", 5 "type": "element", 6 "price": 0.00, 7 "description": "A simple input field for short texts", 7 8 "author": { 8 9 "name": "Adrian Preuß", … … 12 13 }, 13 14 { 14 "name": "Textarea", 15 "version": "1.0.0", 16 "type": "element", 17 "price": 0.00, 15 "name": "Textarea", 16 "version": "1.0.0", 17 "type": "element", 18 "price": 0.00, 19 "description": "A text field for longer texts.", 18 20 "author": { 19 21 "name": "Adrian Preuß", … … 23 25 }, 24 26 { 25 "name": "Select", 26 "version": "1.0.0", 27 "type": "element", 28 "price": 0.00, 27 "name": "Select", 28 "version": "1.0.0", 29 "type": "element", 30 "price": 0.00, 31 "description": "Dropdown box with different properties.", 29 32 "author": { 30 33 "name": "Adrian Preuß", … … 34 37 }, 35 38 { 36 "name": "Radiogroup", 37 "version": "1.0.0", 38 "type": "element", 39 "price": 0.00, 39 "name": "Radiogroup", 40 "version": "1.0.0", 41 "type": "element", 42 "price": 0.00, 43 "description": "A radio group in order to give the user a selection of different entries.", 40 44 "author": { 41 45 "name": "Adrian Preuß",
Note: See TracChangeset
for help on using the changeset viewer.