forked from mkrdip/related-posts-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
block.json
32 lines (32 loc) · 1.02 KB
/
block.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"apiVersion": 2,
"name": "tiptip/same-posts-block",
"title": "Same Category Posts",
"category": "widgets",
"description": "Show posts related to the current category or other custom post types.",
"textdomain": "same-posts",
"supports": {
"align": true,
"html": false
},
"attributes": {
"hideTitle": {},
"title": {"type": "string", "default": "Same Posts"},
"titleLink": {},
"disableCSS": {},
"disableFontStyles": {},
"disableThemeStyles": {},
"showPostCounts": {},
"displayAsDropdown": {},
"groupBy": {"type": "string", "default": "monthly"},
"order": {"type": "string", "default": "desc"},
"orderBy": {},
"categorySuggestions": {},
"selectCategories": {},
"categories": {}
},
"renderCallback": "samePosts\render_same_posts_block",
"editorScript": "file:./build/index.js",
"editorStyle": "file:./build/style-index.css",
"style": "file:./build/style-index.css"
}