- πΊπΈUnited States mihaic
Hello
This is a rework of patch #12 for the version 2.0.0-rc1 of the module.
Hope this will help some people until the code and improvements proposed above will be merged into the latest release.
Thanks
8.x-1.0 Task
Update field output to always be an array to allow for multivalue fields, using $field_item->getValue() as output (entity reference and metatag fields remaining exceptions)
See above
See above
N/A
Field output will always be an array for the value property.
"field_text": {
_attributes: [],
value: "feafewa"
}
# becomes
"field_text": {
_attributes: [],
value: ["feafewa"]
}
N/A
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hello
This is a rework of patch #12 for the version 2.0.0-rc1 of the module.
Hope this will help some people until the code and improvements proposed above will be merged into the latest release.
Thanks