WGBH-MLA / ov-frontend

Open Vault Frontend
https://wgbh-mla.github.io/ov-deploy
0 stars 0 forks source link

Show footnotes #40

Closed mrharpo closed 3 weeks ago

mrharpo commented 7 months ago

Footnotes

With https://github.com/WGBH-MLA/ov-wag/pull/156

wagtail-footnotes provides richtext footnotes as:

<footnote id="b4c390d4-87c1-412b-8f4a-2ccb8b0a3f39">[b4c390]</footnote> 

The exhibits API now serves a footnotes property:

"footnotes": [
        {
            "id": 1,
            "uuid": "b4c390d4-87c1-412b-8f4a-2ccb8b0a3f39",
            "text": "<p data-block-key=\"ujill\">First footnote!<a href=\"[https://openvault.wgbh-mla.org\](https://openvault.wgbh-mla.org/)">External link!</a></p>"
        }
    ],