Skip to content

Commit b5fea34

Browse files
committed
fix(skill): document rich-text align is an object, not a string
1 parent 4f5fb7d commit b5fea34

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shotstack/cli",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Command-line interface for the Shotstack video rendering API.",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/shotstack/shotstack-cli",

shared/agent-core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ CSS naming conventions (`alignment`, `vertical: "center"`) **do not** apply. The
1616
| You'd guess (wrong) | API uses (right) |
1717
|---|---|
1818
| `alignment` | `align` |
19+
| `align: "center"` (string on rich-text asset) | `align: { "horizontal": "center", "vertical": "middle" }` (object) |
1920
| `align.vertical: "center"` | `align.vertical: "middle"` |
2021
| `font.name` | `font.family` |
2122
| `duration` | `length` |

0 commit comments

Comments
 (0)