We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3165816 commit 6dadeeaCopy full SHA for 6dadeea
1 file changed
src/Helper/JsonAPISerializer.php
@@ -88,6 +88,8 @@ static function ($key) {
88
ARRAY_FILTER_USE_KEY
89
);
90
91
+ $attributes = array_map('html_entity_decode', $attributes);
92
+
93
if (isset($attributes['elements'])) {
94
try {
95
$attributes['elements'] = Yaml::decode($attributes['elements']);
0 commit comments