mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 22:34:47 +00:00
* Prepare entry search for nested categories * Subcategory implementation * Remove caching for test stability
18 lines
243 B
YAML
18 lines
243 B
YAML
one:
|
|
name: Test
|
|
family: empty
|
|
|
|
income:
|
|
name: Income
|
|
color: "#fd7f6f"
|
|
family: dylan_family
|
|
|
|
food_and_drink:
|
|
name: Food & Drink
|
|
family: dylan_family
|
|
|
|
subcategory:
|
|
name: Restaurants
|
|
parent: food_and_drink
|
|
family: dylan_family
|