PluginProbe ʕ •ᴥ•ʔ
AlphaListing / 4.5.0
AlphaListing v4.5.0
4.5.0 trunk 4.3.4 4.3.5 4.3.6 4.3.7 4.4.0
alphalisting / scripts / blocks / attributes.json
alphalisting / scripts / blocks Last commit date
attributes.json 2 weeks ago
attributes.json
105 lines
1 {
2 "className": {
3 "type": "string"
4 },
5 "columns": {
6 "type": "number",
7 "default": 3
8 },
9 "column-width": {
10 "type": "string",
11 "default": "15em"
12 },
13 "column-gap": {
14 "type": "string",
15 "default": "0.6em"
16 },
17 "get-all-children": {
18 "type": "boolean",
19 "default": false
20 },
21 "display": {
22 "type": "string",
23 "enum": ["posts", "terms"],
24 "default": "posts"
25 },
26 "alphabet": {
27 "type": "string",
28 "default": ""
29 },
30 "group-numbers": {
31 "type": "boolean",
32 "default": false
33 },
34 "grouping": {
35 "type": "number",
36 "default": 1
37 },
38 "group-by": {
39 "type": "string",
40 "enum": ["", "last-word"],
41 "default": ""
42 },
43 "instance-id": {
44 "type": "string"
45 },
46 "numbers": {
47 "type": "string",
48 "enum": ["before", "after", "hide"],
49 "default": "hide"
50 },
51 "symbols-first": {
52 "type": "boolean",
53 "default": false
54 },
55 "back-to-top": {
56 "type": "boolean",
57 "default": true
58 },
59 "post-type": {
60 "type": "string",
61 "default": "page"
62 },
63 "exclude-posts": {
64 "type": "array",
65 "items": {
66 "type": "number"
67 },
68 "default": []
69 },
70 "parent-post": {
71 "type": "number",
72 "default": 0
73 },
74 "taxonomy": {
75 "type": "string",
76 "default": ""
77 },
78 "terms": {
79 "type": "array",
80 "items": {
81 "type": "string"
82 },
83 "default": []
84 },
85 "exclude-terms": {
86 "type": "array",
87 "items": {
88 "type": "string"
89 },
90 "default": []
91 },
92 "parent-term": {
93 "type": "string",
94 "default": ""
95 },
96 "hide-empty": {
97 "type": "boolean",
98 "default": false
99 },
100 "hide-empty-terms": {
101 "type": "boolean",
102 "default": false
103 }
104 }
105