pasturepy is a Python tool for generating JSON feed definitions for use with Graze. Use it to programmatically create and customize feeds for Graze.

feat: add embed to field options

+1
+1
pasturepy/constants/fields.py
··· 1 TEXT_FIELDS = { 2 "text", 3 "tags[*]", 4 # Alt text 5 "embed.alt", # video alt 6 "embed.media.alt", # video alt if qp
··· 1 TEXT_FIELDS = { 2 "text", 3 "tags[*]", 4 + "embed", 5 # Alt text 6 "embed.alt", # video alt 7 "embed.media.alt", # video alt if qp