aerni / statamic-advanced-seo

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

Always create Value from raw data #113

Closed aerni closed 7 months ago

aerni commented 7 months ago

This PR closes #93 by ensuring that we create override values from raw data. There might be cases, where the value is a \Statamic\Fields\Value object instead of a simple value like a string. If we don't use the raw data of the given Value object, we'll end up with the Value object as the raw data of the new Value object. Which leads to unwanted behavior when we later call the value() method on the new Value object.