I’m using CMS Item pages with custom front matter:
thumbnail: “https://img.youtube.com/vi/VIDEOID/hqdefault.jpg”
In the CMS Item Open Graph settings I set:
{{ item.thumbnail }}
but after publishing the source still contains
content=“{{ item.thumbnail }}”
instead of the URL.
Is Open Graph limited to built-in image objects ({{ item.image.src }}) or should arbitrary front matter variables also work?