fix: most of the template blocks

This commit is contained in:
Max Richter
2025-09-30 19:28:56 +02:00
parent d35f3e5e2e
commit 2a1572f99d
20 changed files with 210 additions and 187 deletions

View File

@@ -22,16 +22,13 @@
pathAlias: rating
- path: reviewRating.bestRating
codec: const
value: 5
hidden: true
- path: reviewRating.worstRating
codec: const
value: 1
hidden: true
}
---
# { headline }
{ keywords | hashtags }
{ articleBody }

View File

@@ -10,7 +10,6 @@
- path: "_type"
codec: const
value: Recipe
hidden: true
- path: image
- path: author._type
codec: const
@@ -30,7 +29,6 @@
---
# { name | text }
{ keywords | hashtags,optional }
{ description | text }