feat: handle []string or string for pathAlias
All checks were successful
Build and Push Server / build-and-push (push) Successful in 2m52s
All checks were successful
Build and Push Server / build-and-push (push) Successful in 2m52s
This commit is contained in:
@@ -22,8 +22,7 @@
|
||||
- path: datePublished
|
||||
- path: articleSection
|
||||
- path: reviewRating.ratingValue
|
||||
pathAlias:
|
||||
- rating
|
||||
pathAlias: rating
|
||||
- path: reviewRating.bestRating
|
||||
value: 5
|
||||
codec: const
|
||||
|
||||
@@ -17,12 +17,10 @@
|
||||
hidden: true
|
||||
value: Person
|
||||
- path: author.name
|
||||
pathAlias:
|
||||
- author
|
||||
pathAlias: author
|
||||
- path: author.email
|
||||
- path: datePublished
|
||||
pathAlias:
|
||||
- date
|
||||
pathAlias: date
|
||||
- path: prepTime
|
||||
- path: cookTime
|
||||
- path: recipeYield
|
||||
|
||||
@@ -19,11 +19,9 @@
|
||||
value: Person
|
||||
hidden: true
|
||||
- path: datePublished
|
||||
pathAlias:
|
||||
- date
|
||||
pathAlias: date
|
||||
- path: reviewRating.ratingValue
|
||||
pathAlias:
|
||||
- rating
|
||||
pathAlias: rating
|
||||
- path: reviewRating.bestRating
|
||||
codec: const
|
||||
value: 5
|
||||
|
||||
Reference in New Issue
Block a user