wip
This commit is contained in:
@@ -3,19 +3,16 @@
|
||||
path: .
|
||||
codec: yaml
|
||||
fields:
|
||||
- path: "@context"
|
||||
codec: const
|
||||
value: https://schema.org
|
||||
hidden: true
|
||||
- path: "@schema"
|
||||
- path: "_schema"
|
||||
codec: const
|
||||
value: Recipe
|
||||
hidden: true
|
||||
- path: "@type"
|
||||
- path: "_type"
|
||||
codec: const
|
||||
value: Recipe
|
||||
hidden: true
|
||||
- path: image
|
||||
- path: author.@type
|
||||
- path: author._type
|
||||
codec: const
|
||||
hidden: true
|
||||
value: Person
|
||||
@@ -33,7 +30,7 @@
|
||||
---
|
||||
|
||||
# { name | text }
|
||||
{ keywords | hashtags }
|
||||
{ keywords | hashtags,optional }
|
||||
|
||||
{ description | text }
|
||||
|
||||
|
Reference in New Issue
Block a user