sulu / SuluHeadlessBundle

Bundle that provides controllers and services for using Sulu as headless content management system
MIT License
45 stars 25 forks source link

Localizations and segments data is missing in the headless page response #125

Open Prokyonn opened 1 year ago

Prokyonn commented 1 year ago

Actual Behavior

The headless StructureResolver does not use the ParameterResolver, therefore data like e.g. localizations or segments is missing in the response.

Expected Behavior

StructureResolver should be extended to also add the localizations / segments to the structureData

alexander-schranz commented 1 year ago

This is related to #70, #100, #101 we need decide for some.kind of extension interface and how to optin this data.