You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using the Contao Content API to connect React / Next.js with Contao.
Currently I'm stuck on realizing wrapper elements, since no additional information about the wrapper state is delivered through the cte response.
So it would be nice to have the TL_WRAPPERS information (start, stop, etc.) regarding each cte inside the page response.
It may be possible by customizing the request using the provided hook, but this information might be common for many use cases.
The text was updated successfully, but these errors were encountered:
I'm currently using the Contao Content API to connect React / Next.js with Contao.
Currently I'm stuck on realizing wrapper elements, since no additional information about the wrapper state is delivered through the cte response.
So it would be nice to have the TL_WRAPPERS information (start, stop, etc.) regarding each cte inside the page response.
It may be possible by customizing the request using the provided hook, but this information might be common for many use cases.
The text was updated successfully, but these errors were encountered: