feat: reimplement pathAlias for yaml fields
All checks were successful
Build and Push Server / build-and-push (push) Successful in 7m4s
All checks were successful
Build and Push Server / build-and-push (push) Successful in 7m4s
This commit is contained in:
@@ -13,13 +13,17 @@
|
||||
- path: tmdbId
|
||||
- path: image
|
||||
- path: author.name
|
||||
pathAlias: author
|
||||
- path: author._type
|
||||
codec: const
|
||||
value: Person
|
||||
hidden: true
|
||||
- path: datePublished
|
||||
- path: itemReviewed.name
|
||||
pathAlias:
|
||||
- date
|
||||
- path: reviewRating.ratingValue
|
||||
pathAlias:
|
||||
- rating
|
||||
- path: reviewRating.bestRating
|
||||
codec: const
|
||||
value: 5
|
||||
|
||||
Reference in New Issue
Block a user