|
11 | 11 | <tr id="schema-name"> |
12 | 12 | <td> |
13 | 13 | <code>name</code> |
14 | | - </td> |
15 | | - <td> |
16 | | - <p>The block name, in namespace/block-name format.</p> |
17 | | - <p class="type"> |
18 | | - JSON data type: string </p> |
| 14 | + </td> |
| 15 | + <td> |
| 16 | + <p>The block name, in namespace/block-name format.</p> |
| 17 | + <p class="type"> |
| 18 | + JSON data type: string </p> |
19 | 19 | <p class="context">Context: <code>view</code></p> |
20 | 20 | </td> |
21 | 21 | </tr> |
22 | 22 | <tr id="schema-title"> |
23 | 23 | <td> |
24 | 24 | <code>title</code> |
25 | | - </td> |
26 | | - <td> |
27 | | - <p>The block title, in human readable format.</p> |
28 | | - <p class="type"> |
29 | | - JSON data type: string </p> |
| 25 | + </td> |
| 26 | + <td> |
| 27 | + <p>The block title, in human readable format.</p> |
| 28 | + <p class="type"> |
| 29 | + JSON data type: string </p> |
30 | 30 | <p class="context">Context: <code>view</code></p> |
31 | 31 | </td> |
32 | 32 | </tr> |
33 | 33 | <tr id="schema-description"> |
34 | 34 | <td> |
35 | 35 | <code>description</code> |
36 | | - </td> |
37 | | - <td> |
38 | | - <p>A short description of the block, in human readable format.</p> |
39 | | - <p class="type"> |
40 | | - JSON data type: string </p> |
| 36 | + </td> |
| 37 | + <td> |
| 38 | + <p>A short description of the block, in human readable format.</p> |
| 39 | + <p class="type"> |
| 40 | + JSON data type: string </p> |
41 | 41 | <p class="context">Context: <code>view</code></p> |
42 | 42 | </td> |
43 | 43 | </tr> |
44 | 44 | <tr id="schema-id"> |
45 | 45 | <td> |
46 | 46 | <code>id</code> |
47 | | - </td> |
48 | | - <td> |
49 | | - <p>The block slug.</p> |
50 | | - <p class="type"> |
51 | | - JSON data type: string </p> |
| 47 | + </td> |
| 48 | + <td> |
| 49 | + <p>The block slug.</p> |
| 50 | + <p class="type"> |
| 51 | + JSON data type: string </p> |
52 | 52 | <p class="context">Context: <code>view</code></p> |
53 | 53 | </td> |
54 | 54 | </tr> |
55 | 55 | <tr id="schema-rating"> |
56 | 56 | <td> |
57 | 57 | <code>rating</code> |
58 | | - </td> |
59 | | - <td> |
60 | | - <p>The star rating of the block.</p> |
61 | | - <p class="type"> |
62 | | - JSON data type: number </p> |
| 58 | + </td> |
| 59 | + <td> |
| 60 | + <p>The star rating of the block.</p> |
| 61 | + <p class="type"> |
| 62 | + JSON data type: number </p> |
63 | 63 | <p class="context">Context: <code>view</code></p> |
64 | 64 | </td> |
65 | 65 | </tr> |
66 | 66 | <tr id="schema-rating_count"> |
67 | 67 | <td> |
68 | 68 | <code>rating_count</code> |
69 | | - </td> |
70 | | - <td> |
71 | | - <p>The number of ratings.</p> |
72 | | - <p class="type"> |
73 | | - JSON data type: integer </p> |
| 69 | + </td> |
| 70 | + <td> |
| 71 | + <p>The number of ratings.</p> |
| 72 | + <p class="type"> |
| 73 | + JSON data type: integer </p> |
74 | 74 | <p class="context">Context: <code>view</code></p> |
75 | 75 | </td> |
76 | 76 | </tr> |
77 | 77 | <tr id="schema-active_installs"> |
78 | 78 | <td> |
79 | 79 | <code>active_installs</code> |
80 | | - </td> |
81 | | - <td> |
82 | | - <p>The number sites that have activated this block.</p> |
83 | | - <p class="type"> |
84 | | - JSON data type: integer </p> |
| 80 | + </td> |
| 81 | + <td> |
| 82 | + <p>The number sites that have activated this block.</p> |
| 83 | + <p class="type"> |
| 84 | + JSON data type: integer </p> |
85 | 85 | <p class="context">Context: <code>view</code></p> |
86 | 86 | </td> |
87 | 87 | </tr> |
88 | 88 | <tr id="schema-author_block_rating"> |
89 | 89 | <td> |
90 | 90 | <code>author_block_rating</code> |
91 | | - </td> |
92 | | - <td> |
93 | | - <p>The average rating of blocks published by the same author.</p> |
94 | | - <p class="type"> |
95 | | - JSON data type: number </p> |
| 91 | + </td> |
| 92 | + <td> |
| 93 | + <p>The average rating of blocks published by the same author.</p> |
| 94 | + <p class="type"> |
| 95 | + JSON data type: number </p> |
96 | 96 | <p class="context">Context: <code>view</code></p> |
97 | 97 | </td> |
98 | 98 | </tr> |
99 | 99 | <tr id="schema-author_block_count"> |
100 | 100 | <td> |
101 | 101 | <code>author_block_count</code> |
102 | | - </td> |
103 | | - <td> |
104 | | - <p>The number of blocks published by the same author.</p> |
105 | | - <p class="type"> |
106 | | - JSON data type: integer </p> |
| 102 | + </td> |
| 103 | + <td> |
| 104 | + <p>The number of blocks published by the same author.</p> |
| 105 | + <p class="type"> |
| 106 | + JSON data type: integer </p> |
107 | 107 | <p class="context">Context: <code>view</code></p> |
108 | 108 | </td> |
109 | 109 | </tr> |
110 | 110 | <tr id="schema-author"> |
111 | 111 | <td> |
112 | 112 | <code>author</code> |
113 | | - </td> |
114 | | - <td> |
115 | | - <p>The WordPress.org username of the block author.</p> |
116 | | - <p class="type"> |
117 | | - JSON data type: string </p> |
| 113 | + </td> |
| 114 | + <td> |
| 115 | + <p>The WordPress.org username of the block author.</p> |
| 116 | + <p class="type"> |
| 117 | + JSON data type: string </p> |
118 | 118 | <p class="context">Context: <code>view</code></p> |
119 | 119 | </td> |
120 | 120 | </tr> |
121 | 121 | <tr id="schema-icon"> |
122 | 122 | <td> |
123 | 123 | <code>icon</code> |
124 | | - </td> |
125 | | - <td> |
126 | | - <p>The block icon.</p> |
127 | | - <p class="type"> |
128 | | - JSON data type: string, |
129 | | - Format: uri |
130 | | - </p> |
| 124 | + </td> |
| 125 | + <td> |
| 126 | + <p>The block icon.</p> |
| 127 | + <p class="type"> |
| 128 | + JSON data type: string, |
| 129 | + Format: uri |
| 130 | + </p> |
131 | 131 | <p class="context">Context: <code>view</code></p> |
132 | 132 | </td> |
133 | 133 | </tr> |
134 | 134 | <tr id="schema-last_updated"> |
135 | 135 | <td> |
136 | 136 | <code>last_updated</code> |
137 | | - </td> |
138 | | - <td> |
139 | | - <p>The date when the block was last updated.</p> |
140 | | - <p class="type"> |
141 | | - JSON data type: string, |
142 | | - Format: datetime (<a href="https://core.trac.wordpress.org/ticket/41032">details</a>) |
143 | | - </p> |
| 137 | + </td> |
| 138 | + <td> |
| 139 | + <p>The date when the block was last updated.</p> |
| 140 | + <p class="type"> |
| 141 | + JSON data type: string, |
| 142 | + Format: datetime (<a href="https://core.trac.wordpress.org/ticket/41032">details</a>) |
| 143 | + </p> |
144 | 144 | <p class="context">Context: <code>view</code></p> |
145 | 145 | </td> |
146 | 146 | </tr> |
147 | 147 | <tr id="schema-humanized_updated"> |
148 | 148 | <td> |
149 | 149 | <code>humanized_updated</code> |
150 | | - </td> |
151 | | - <td> |
152 | | - <p>The date when the block was last updated, in fuzzy human readable format.</p> |
153 | | - <p class="type"> |
154 | | - JSON data type: string </p> |
| 150 | + </td> |
| 151 | + <td> |
| 152 | + <p>The date when the block was last updated, in fuzzy human readable format.</p> |
| 153 | + <p class="type"> |
| 154 | + JSON data type: string </p> |
155 | 155 | <p class="context">Context: <code>view</code></p> |
156 | 156 | </td> |
157 | 157 | </tr> |
|
0 commit comments