config.json
41 lines
| 1 | { |
| 2 | "name": "Tiny", |
| 3 | "description": "A very compact popular posts list.", |
| 4 | "authors": [ |
| 5 | { |
| 6 | "name": "Hector Cabrera", |
| 7 | "email": "me@cabrerahector.com", |
| 8 | "role": "Creator / Main Developer" |
| 9 | } |
| 10 | ], |
| 11 | "config": { |
| 12 | "shorten_title": { |
| 13 | "active": false |
| 14 | }, |
| 15 | "post-excerpt": { |
| 16 | "active": false |
| 17 | }, |
| 18 | "thumbnail": { |
| 19 | "active": false |
| 20 | }, |
| 21 | "rating": false, |
| 22 | "stats_tag": { |
| 23 | "comment_count": false, |
| 24 | "views": false, |
| 25 | "author": false, |
| 26 | "date": { |
| 27 | "active": false |
| 28 | }, |
| 29 | "taxonomy": { |
| 30 | "active": true, |
| 31 | "name": "category" |
| 32 | } |
| 33 | }, |
| 34 | "markup": { |
| 35 | "wpp-start": "<ul class=\"wpp-list wpp-tiny\">", |
| 36 | "wpp-end": "</ul>", |
| 37 | "post-html": "<li class=\"{current_class}\"><div class=\"wpp-item-data\">{category}</div> {title}</li>" |
| 38 | } |
| 39 | } |
| 40 | } |
| 41 |