author | ymh <ymh.work@gmail.com> |
Wed, 21 Sep 2022 18:19:35 +0200 | |
changeset 18 | be944660c56a |
child 19 | 3d72ae0968f4 |
permissions | -rw-r--r-- |
18 | 1 |
{ |
2 |
"apiVersion": 2, |
|
3 |
"name": "core/post-terms", |
|
4 |
"title": "Post Terms", |
|
5 |
"category": "design", |
|
6 |
"description": "Post terms.", |
|
7 |
"textdomain": "default", |
|
8 |
"attributes": { |
|
9 |
"term": { |
|
10 |
"type": "string" |
|
11 |
}, |
|
12 |
"textAlign": { |
|
13 |
"type": "string" |
|
14 |
} |
|
15 |
}, |
|
16 |
"usesContext": [ "postId", "postType" ], |
|
17 |
"supports": { |
|
18 |
"html": false, |
|
19 |
"color": { |
|
20 |
"gradients": true, |
|
21 |
"link": true |
|
22 |
}, |
|
23 |
"typography": { |
|
24 |
"lineHeight": true, |
|
25 |
"fontSize": true |
|
26 |
} |
|
27 |
} |
|
28 |
} |