forked from hyperlight-dev/hyperagent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpptx-tables.json
More file actions
24 lines (24 loc) · 864 Bytes
/
pptx-tables.json
File metadata and controls
24 lines (24 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "pptx-tables",
"description": "Styled tables for PPTX presentations - headers, borders, alternating rows",
"author": "system",
"mutable": false,
"sourceHash": "sha256:2d58934ed7df9fe1",
"dtsHash": "sha256:3ba75bbc44353467",
"importStyle": "named",
"hints": {
"overview": "Table generation for PPTX. Always used with ha:pptx.",
"relatedModules": [
"ha:pptx"
],
"criticalRules": [
"comparisonTable: options array must not be empty, each option needs {name, values}",
"All table functions return ShapeFragment — pass directly to customSlide shapes array"
],
"commonPatterns": [
"table({x, y, w, headers, rows, style}) for data tables",
"kvTable({x, y, w, items: [{key, value}]}) for key-value pairs",
"comparisonTable({x, y, w, features, options}) for feature grids"
]
}
}