Closed (fixed)
Project:
Raw Formatter [Meta Tag Formatter]
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2015 at 02:22 UTC
Updated:
8 Dec 2015 at 09:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
aditya_anurag commentedPlease review the patch.
Comment #3
heykarthikwithuTested the patch, the meta data is showing up in the below format.
[{"field_meta":"{"title":"title ","description":"desc","abstract":"abssss","keywords":"kart, karthik, kumar"}"}]Comment #4
aditya_anurag commentedComment #5
aditya_anurag commented@heykarthikwithu,
thanks for reporting the issue.
We handled html markup as we need metatag as plain text.
Comment #6
heykarthikwithuWe have serialized data in the metatag value, and we will be converting the serialized data into the json data.
And this json data will be rendered in the twig file.
So instead of handling html markup at field formatter, we need the read the raw value from it in the twig file.
this is been implemented in the patch.
Comment #7
krknth commentedLooks good to me
Comment #9
heykarthikwithuComment #10
rakesh.gectcrI need little more workaround with this.
Comment #11
rakesh.gectcr