samvera / iiif_manifest

Other
10 stars 10 forks source link

Add configurability to how we extract v3 manifest properties from a record #76

Closed kirkkwang closed 1 year ago

kirkkwang commented 1 year ago

Prior to this commit:

The description, label, rights, and homepage properties were not configurable and relied on the methods supplied by the #record_property_builder. This made it difficult if an application uses the #abstract instead of #description to populate the summary property.

With this commit:

The above mentioned properties are configurable and fall back to its default when there is no configuration.

kirkkwang commented 1 year ago

Seems my attempt at adding a Co-author didn't work.. This was from pairing with Jeremy Co-authored-by: Jeremy Friesen jeremy.n.friesen@gmail.com