aerni / statamic-advanced-seo

Comprehensive SEO addon for Statamic with flexibility in mind
https://statamic.com/addons/aerni/advanced-seo
11 stars 6 forks source link

Fix error when `seo_generate_social_images` field is missing #157

Closed aerni closed 3 months ago

aerni commented 3 months ago

The seo_generate_social_images is added using a blueprint listener. However, I ran into a scenario, where this blueprint field is missing. So we need to return a default value, as the action shouldn't return null.