URL to edit a specific Content Container within a Standard Page?

In the admin interface you can edit an individual Content Container by going to the Edit Contents screen of that asset, but is it possible to provide a link that will take someone there?

Assuming %asset_ is a Content Container then

%asset_parent^as_asset:asset_parent^as_asset:asset_url%/_admin

will take someone to the admin interface to edit the page that contains the Content Container. I need the equivalent that will take someone to the Edit Contents screen of the admin interface for only the Content Container in question.

In Matrix 5.5, you can construct this type of URL to take you directly to any asset ID to edit it, including containers:

https://example.com/_admin/?assetid=1234&asset_ei_screen=contents&am_section=edit_asset
1 Like

Perfection, thanks Bart.

1 Like