Closed brotkrueml closed 2 years ago
Having the following JSON-LD:
{ "@context": "https://schema.org/", "@graph": [ { "@type": "WebPage", "mainEntity": { "@type": "Collection", "hasPart": [ { "@id": "https://example.org/#part-42" } ] } } ] }
In AdminPanel the value of hasPart is not displayed (empty).
hasPart
The @id property with its value is displayed.
@id
Current behavior
Having the following JSON-LD:
In AdminPanel the value of
hasPart
is not displayed (empty).Expected behavior/output
The
@id
property with its value is displayed.Environment