Hi,
We are using OOB responsive Grid along with a customized responsive grid.
The only customization is a dialog which has been added , and a Sling Model Exporter.
ParentNode -- ResponsiveGrid (OOB)
Child Nodes -- Node 1, node 2, Custom Responsive Grid
Request :- parentNode.model.json
Response Expected:-
OOB JSON + Custom Exporter JSON
Response Rendered :-
OOB JSON
Custom Responsive Grid Details :-
1) resource:superType is OOB Responsive Grid
2) Has a Sling model Exporter attached
Requirement :- On invoking parentNode.model.json (the OOB Responsive Grid), while rendering the custom responsive Grid, should ideally delegate to the Custom Exporter, which could render the customized response.
Is there a way to achieve this, any configuration which could be missing