Closed (duplicate)
Project:
JSON:API
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Sep 2017 at 13:25 UTC
Updated:
9 Oct 2017 at 15:14 UTC
Jump to comment: Most recent
Comments
Comment #2
e0ipsoPlease provide more information about this. The more information the higher the likelihood that someone investigates this.
Comment #3
wim leersBoth those modules store link options.
\Drupal\link\Plugin\Field\FieldType\LinkItemdefines thisoptionsproperty like this:As you can see, it uses the
MapDataDefinitiontyped data definition. And that in turn leads to #2895532: @DataType=map cannot be normalized, affects @FieldType=link, @FieldType=map — which is actively being worked on. Once that is fixed, this should start working too.Comment #4
grimreaperHello,
Thanks @Wim Leers for pointing the core issue, I was not aware of it.