- ๐ณ๐ฟNew Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to our policies.
- ๐ฎ๐ณIndia junaidpv Kannur, Kerala
I also facing this issue.
In my case it was already using "Blazy OEmbed" (from the blazy module) which has a string setting 'loading'. So, switching to "oEmbed content" formatter causes the error.A fix worked for me was to replace occurrences of
$this->getSetting('loading')['attribute']
with$this->getSetting('loading')['attribute'] ?? NULL
.