24 lines
685 B
JSON
24 lines
685 B
JSON
{
|
|
"key": "list-total-live",
|
|
"title": "List Total",
|
|
"notes": "Generic editable two-column list card with a numeric left column, freeform right column, and a running total persisted in template_state. Configure left_label, right_label, total_label, total_suffix, max_digits, and rows.",
|
|
"example_state": {
|
|
"left_label": "Cal",
|
|
"right_label": "Food",
|
|
"total_label": "Total",
|
|
"total_suffix": "cal",
|
|
"max_digits": 4,
|
|
"rows": [
|
|
{
|
|
"value": "420",
|
|
"name": "Lunch"
|
|
},
|
|
{
|
|
"value": "180",
|
|
"name": "Snack"
|
|
}
|
|
]
|
|
},
|
|
"created_at": "2026-03-21T00:00:00+00:00",
|
|
"updated_at": "2026-03-21T00:00:00+00:00"
|
|
}
|