DenverArtMuseum / biophilia-pub

Quire publication for the Biophilia exhibition
1 stars 1 forks source link

multi in objects.yaml #72

Closed 1000camels closed 7 months ago

1000camels commented 7 months ago

There is now a field called multi in objects.yaml. Is that a mistake? I am having an issue and I think it might be because of that.

1000camels commented 7 months ago

ok, it looks valid, and as far as I can tell, it should work. However I am still getting this error on preview:

Original error stack trace: TypeError: Cannot read properties of undefined (reading 'object_list')

mpopke commented 7 months ago

That object_list error often pops up when an entry template has a non-existent object id listed in its yaml top-matter. I'm trying to track it down. The alexandra-kehayaglou.md definitely had an invalid object id, and I fixed that, but I'm still getting the error.

It's definitely an error in a markdown file or a missing id because it occurs during the template build phase of quire preview.

mpopke commented 7 months ago

Okay. Found it. The YAML interpreter didn't like fields that were italicized unquoted.