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
When I reuse a container with references, the reference is shown correctly in the frontend - but in the backend I only see the reference to the container.
This makes it extremly complicated to edit the contained content - you need to identify the page of the original container and then edit this page to see the content.
Is there a way to display the child elements when containers used as a reference?
The text was updated successfully, but these errors were encountered:
@achimfritz IMHO EXT:paste_reference only provides an easier way to create shortcut content elements.
Even without EXT:paste_reference, the editor can create a "shortcut" CE which he then places in a container.
@Pravin0711 Current workaround is resolving the content references via a custom processor like so, that replaces the data in processedData with the record the shortcut points to:
When I reuse a container with references, the reference is shown correctly in the frontend - but in the backend I only see the reference to the container.
This makes it extremly complicated to edit the contained content - you need to identify the page of the original container and then edit this page to see the content.
Is there a way to display the child elements when containers used as a reference?
The text was updated successfully, but these errors were encountered: