I had a block set up to display citations. We needed to change the default csl so we did that in the block config. However, the block still rendered in APA though the block was set to MLA.
It turns out that because we had originally set up the site in Olivero, then switched themes, we were actually reading (
|
foreach ($blocks as $block) { |
) from the config in an islandora citations block in a non-used theme.
In case anyone else runs into this or wants to fix it.