feat: allow to write to notes

This commit is contained in:
Max Richter
2025-10-31 14:16:32 +01:00
parent dc2cd1108e
commit 814be43be8
7 changed files with 104 additions and 3 deletions

View File

@@ -29,11 +29,14 @@
value: 5
codec: const
hidden: true
- path: keywords
- path: reviewRating.worstRating
value: 1
codec: const
hidden: true
}
---
# { headline }
{ articleBody }

View File

@@ -34,7 +34,9 @@
- path: suitableForDiet
}
---
# { name | text }
{ description | text }
## Ingredients

View File

@@ -35,5 +35,7 @@
- path: reviewBody
}
---
# { itemReviewed.name }
{ reviewBody }