This commit is contained in:
Max Richter
2025-09-25 16:41:26 +02:00
parent 3f0d25f935
commit b13d5015f4
75 changed files with 3881 additions and 141 deletions

View File

@@ -30,13 +30,13 @@ func TestExtractBlocks(t *testing.T) {
Path: ".",
Fields: []template.BlockField{
{
Path: "@type",
Path: "_type",
},
{
Path: "image",
},
{
Path: "author.@type",
Path: "author._type",
},
{
Path: "author.name",