PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.1.0
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.1.0
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
blockspare / src / blocks / latest-posts-list / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.1.0, at src/blocks/latest-posts-list/block.json

207 lines 3.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "blockspare/blockspare-latest-posts-list",
3 "category": "blockspare",
4 "attributes" : {
5 "categories": {
6 "type": "string"
7 },
8 "uniqueClass": {
9 "type": "string",
10 "default": ""
11 },
12 "className": {
13 "type": "string"
14 },
15 "postsToShow": {
16 "type": "number",
17 "default": 5
18 },
19 "displayPostDate": {
20 "type": "boolean",
21 "default": true
22 },
23 "displayPostExcerpt": {
24 "type": "boolean",
25 "default": false
26 },
27 "displayPostAuthor": {
28 "type": "boolean",
29 "default": true
30 },
31 "displayPostImage": {
32 "type": "boolean",
33 "default": true
34 },
35 "displayPostLink": {
36 "type": "boolean",
37 "default": false
38 },
39 "displayPostTitle": {
40 "type": "boolean",
41 "default": true
42 },
43 "postTitleColor": {
44 "type": "string",
45 "default": "#000"
46 },
47 "postTitleFontSize": {
48 "type": "number",
49 "default": 20
50 },
51
52
53 "titleFontFamily": {
54 "type": "string",
55 "default": "Default"
56 },
57 "titleFontWeight": {
58 "type": "string",
59 "default": 400
60 },
61 "titleFontSubset": {
62 "type": "string"
63 },
64
65 "titleFontSizeType" :{
66 "type": "string",
67 "default": "px"
68 },
69 "titleFontSizeMobile" :{
70 "type": "number",
71 "default": 14
72 },
73 "titleFontSizeTablet" :{
74 "type": "number",
75 "default": 18
76 },
77 "titleLoadGoogleFonts":{
78 "type": "boolean",
79 "default": false
80
81 },
82 "linkColor": {
83 "type": "string",
84 "default": "#8b249c"
85 },
86 "borderColor": {
87 "type": "string",
88 "default": "#f4f4f4"
89 },
90
91 "generalColor": {
92 "type": "string",
93 "default": "#404040"
94 },
95
96 "displayPostCategory": {
97 "type": "boolean",
98 "default": true
99 },
100
101 "design": {
102 "type": "string",
103 "default": "blockspare-list-layout-1"
104 },
105 "align": {
106 "type": "string",
107 "default": "center"
108 },
109 "order": {
110 "type": "string",
111 "default": "desc"
112 },
113 "orderBy": {
114 "type": "string",
115 "default": "date"
116 },
117
118 "readMoreText": {
119 "type": "string",
120 "default": "Continue Reading"
121 },
122 "offset": {
123 "type": "number",
124 "default": 0
125 },
126 "excerptLength": {
127 "type": "number",
128 "default": 20
129 },
130 "postType": {
131 "type": "string",
132 "default": "post"
133 },
134 "displayPostsBy": {
135 "type": "string",
136 "default": "blockspare-post-by-category"
137 },
138 "sectionTag": {
139 "type": "string",
140 "default": "section"
141 },
142 "sectionTitle": {
143 "type": "string"
144 },
145 "imageSize": {
146 "type": "string",
147 "default": "large"
148 },
149 "url": {
150 "type": "string",
151 "source": "attribute",
152 "selector": "img",
153 "attribute": "src"
154 },
155 "id": {
156 "type": "number"
157 },
158 "marginTop": {
159 "type": "number",
160 "default": 30
161 },
162 "marginBottom": {
163 "type": "number",
164 "default": 30
165 },
166 "backGroundColor": {
167 "type": "string",
168 "default": "#fff"
169 },
170 "borderRadius": {
171 "type": "number",
172 "default": 0
173 },
174 "enableBackgroundColor": {
175 "type": "boolean",
176 "default": true
177 },
178 "contentOrder": {
179 "type": "string",
180 "default": "content-order-1"
181 },
182 "enableBoxShadow": {
183 "type": "boolean",
184 "default": false
185 },
186 "xOffset": {
187 "type": "number",
188 "default": 0
189 },
190 "yOffset": {
191 "type": "number",
192 "default": 6
193 },
194 "blur": {
195 "type": "number",
196 "default": 12
197 },
198 "spread": {
199 "type": "number",
200 "default": -10
201 },
202 "shadowColor": {
203 "type": "string",
204 "default": "#000"
205 }
206 }
207 }