attributes.json
143 lines
| 1 | { |
| 2 | "layout":{ |
| 3 | "type":"string", |
| 4 | "default":"carousel" |
| 5 | }, |
| 6 | "theme":{ |
| 7 | "type":"string", |
| 8 | "default":"theme-1" |
| 9 | }, |
| 10 | "display_header_title":{ |
| 11 | "type":"boolean", |
| 12 | "default":false |
| 13 | }, |
| 14 | "header_title":{ |
| 15 | "type":"string", |
| 16 | "default": "" |
| 17 | }, |
| 18 | "header_position":{ |
| 19 | "type":"string", |
| 20 | "default": "middle" |
| 21 | }, |
| 22 | "display_title":{ |
| 23 | "type":"boolean", |
| 24 | "default": true |
| 25 | }, |
| 26 | "post_from":{ |
| 27 | "type":"string", |
| 28 | "default": "latest" |
| 29 | }, |
| 30 | "total_posts":{ |
| 31 | "type":"string", |
| 32 | "default": "12" |
| 33 | }, |
| 34 | "display_content":{ |
| 35 | "type":"boolean", |
| 36 | "default": true |
| 37 | }, |
| 38 | "content_word_limit":{ |
| 39 | "type":"string", |
| 40 | "default": "16" |
| 41 | }, |
| 42 | "display_read_more":{ |
| 43 | "type":"boolean", |
| 44 | "default": true |
| 45 | }, |
| 46 | "read_more_type":{ |
| 47 | "type":"string", |
| 48 | "default": "link" |
| 49 | }, |
| 50 | "display_author":{ |
| 51 | "type":"boolean", |
| 52 | "default": true |
| 53 | }, |
| 54 | "display_date":{ |
| 55 | "type":"boolean", |
| 56 | "default": true |
| 57 | }, |
| 58 | "display_term":{ |
| 59 | "type":"boolean", |
| 60 | "default": true |
| 61 | }, |
| 62 | "term_from":{ |
| 63 | "type":"string", |
| 64 | "default": "category" |
| 65 | }, |
| 66 | "autoplay":{ |
| 67 | "type":"boolean", |
| 68 | "default": true |
| 69 | }, |
| 70 | "repeat_post":{ |
| 71 | "type":"boolean", |
| 72 | "default": true |
| 73 | }, |
| 74 | "pause_hover":{ |
| 75 | "type":"boolean", |
| 76 | "default": false |
| 77 | }, |
| 78 | "post_column":{ |
| 79 | "type":"string", |
| 80 | "default": "2" |
| 81 | }, |
| 82 | "post_column_laptop":{ |
| 83 | "type":"string", |
| 84 | "default": "2" |
| 85 | }, |
| 86 | "post_column_tablet":{ |
| 87 | "type":"string", |
| 88 | "default": "2" |
| 89 | }, |
| 90 | "post_column_mobile":{ |
| 91 | "type":"string", |
| 92 | "default": "1" |
| 93 | }, |
| 94 | "c_autoplay_speed":{ |
| 95 | "type":"string", |
| 96 | "default": "2000" |
| 97 | }, |
| 98 | "c_autoplay_time":{ |
| 99 | "type":"string", |
| 100 | "default": "2000" |
| 101 | }, |
| 102 | "navigation":{ |
| 103 | "type":"boolean", |
| 104 | "default": true |
| 105 | }, |
| 106 | "navigation_position":{ |
| 107 | "type":"string", |
| 108 | "default": "middle" |
| 109 | }, |
| 110 | "g_column":{ |
| 111 | "type":"string", |
| 112 | "default": "3" |
| 113 | }, |
| 114 | "g_tablet":{ |
| 115 | "type":"string", |
| 116 | "default": "2" |
| 117 | }, |
| 118 | "g_mobile":{ |
| 119 | "type":"string", |
| 120 | "default": "1" |
| 121 | }, |
| 122 | "display_pagination":{ |
| 123 | "type":"boolean", |
| 124 | "default": true |
| 125 | }, |
| 126 | "pagination_type":{ |
| 127 | "type":"string", |
| 128 | "default": "number" |
| 129 | }, |
| 130 | |
| 131 | "image_resize_crop":{ |
| 132 | "type":"boolean", |
| 133 | "default": true |
| 134 | }, |
| 135 | "image_width":{ |
| 136 | "type":"string", |
| 137 | "default": "300" |
| 138 | }, |
| 139 | "image_hight":{ |
| 140 | "type":"string", |
| 141 | "default": "200" |
| 142 | } |
| 143 | } |