Trash
Trash schema
trash:
file: time/trash
properties:
date:
type: date
required: true
repeat:
value: 2
unit: week
exception:
waste: Glass
value: 4
waste:
description: Type
list:
- value: Mixed
style:
background: Black
color: White
- value: Paper
style:
background: Blue
color: White
- value: Plastic
style:
background: Yellow
- value: Glass
style:
background: ForestGreen
color: White
Manage
Embed form and table:
{% include schema/manage.html schema=page.trash table="future" %}
date | waste | Edit | Remove |
---|---|---|---|
2025-06-26 | Mixed | Edit | Remove |
2025-07-02 | Plastic | Edit | Remove |
2025-07-05 | Glass | Edit | Remove |
2025-07-08 | Paper | Edit | Remove |