feat: allow to write to notes
This commit is contained in:
@@ -29,11 +29,14 @@
|
||||
value: 5
|
||||
codec: const
|
||||
hidden: true
|
||||
- path: keywords
|
||||
- path: reviewRating.worstRating
|
||||
value: 1
|
||||
codec: const
|
||||
hidden: true
|
||||
}
|
||||
---
|
||||
|
||||
# { headline }
|
||||
|
||||
{ articleBody }
|
||||
|
||||
@@ -34,7 +34,9 @@
|
||||
- path: suitableForDiet
|
||||
}
|
||||
---
|
||||
|
||||
# { name | text }
|
||||
|
||||
{ description | text }
|
||||
|
||||
## Ingredients
|
||||
|
||||
@@ -35,5 +35,7 @@
|
||||
- path: reviewBody
|
||||
}
|
||||
---
|
||||
|
||||
# { itemReviewed.name }
|
||||
|
||||
{ reviewBody }
|
||||
|
||||
Reference in New Issue
Block a user