PluginProbe ʕ •ᴥ•ʔ
AlphaListing / trunk
AlphaListing vtrunk
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 1 month ago constants.js 9 months ago edit.js 1 month ago index.js 1 month ago shortcode-attributes.js 1 month ago shortcode-upgrader.js 1 month ago
attributes.json
100 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 "instance-id": {
39 "type": "string"
40 },
41 "numbers": {
42 "type": "string",
43 "enum": ["before", "after", "hide"],
44 "default": "hide"
45 },
46 "symbols-first": {
47 "type": "boolean",
48 "default": false
49 },
50 "back-to-top": {
51 "type": "boolean",
52 "default": true
53 },
54 "post-type": {
55 "type": "string",
56 "default": "page"
57 },
58 "exclude-posts": {
59 "type": "array",
60 "items": {
61 "type": "number"
62 },
63 "default": []
64 },
65 "parent-post": {
66 "type": "number",
67 "default": 0
68 },
69 "taxonomy": {
70 "type": "string",
71 "default": ""
72 },
73 "terms": {
74 "type": "array",
75 "items": {
76 "type": "string"
77 },
78 "default": []
79 },
80 "exclude-terms": {
81 "type": "array",
82 "items": {
83 "type": "string"
84 },
85 "default": []
86 },
87 "parent-term": {
88 "type": "string",
89 "default": ""
90 },
91 "hide-empty": {
92 "type": "boolean",
93 "default": false
94 },
95 "hide-empty-terms": {
96 "type": "boolean",
97 "default": false
98 }
99 }
100