Skip to content

Commit

Permalink
Merge pull request #129 from netgen/NGSTACK-746_opengraph_image
Browse files Browse the repository at this point in the history
NGSTACK-746: fix opengraph image alias
  • Loading branch information
emodric authored Feb 23, 2023
2 parents eb7dc14 + cb8a45e commit fa4e9d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/app/packages/opengraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ netgen_open_graph:
- { handler: literal/text, tag: "og:type", params: [article] }
- { handler: field_type/ezstring, tag: "og:title", params: [title] }
- { handler: field_type/ezrichtext, tag: "og:description", params: [full_intro] }
- { handler: field_type/ezimage, tag: "og:image", params: [image, i1200] }
- { handler: field_type/ezimage, tag: "og:image", params: [image, i1320] }
ng_news:
- { handler: literal/text, tag: "og:type", params: [article] }
- { handler: field_type/ezstring, tag: "og:title", params: [title] }
- { handler: field_type/ezrichtext, tag: "og:description", params: [full_intro] }
- { handler: field_type/ezimage, tag: "og:image", params: [image, i1200] }
- { handler: field_type/ezimage, tag: "og:image", params: [image, i1320] }
ng_blog_post:
- { handler: literal/text, tag: "og:type", params: [article] }
- { handler: field_type/ezstring, tag: "og:title", params: [title] }
- { handler: field_type/ezrichtext, tag: "og:description", params: [full_intro] }
- { handler: field_type/ezimage, tag: "og:image", params: [image, i1200] }
- { handler: field_type/ezimage, tag: "og:image", params: [image, i1320] }
ng_contact_form:
- { handler: literal/text, tag: "og:type", params: [article] }
- { handler: field_type/ezstring, tag: "og:title", params: [title] }
Expand Down

0 comments on commit fa4e9d2

Please sign in to comment.