Matrix version: 5.3.2.1
I have a Standard Page, which has a Nested Content Container. That container is nesting a News Item. The container also has a Content Container Template applied to it - which just applies a paint layout*.
In the Paint Layout which is being applied via the Template, I am trying to get it to output the Asset Name of the asset that is being nested into the Nested Content Container.
*This is because editors in Edit+ cannot add a Paint Layout using the Asset ID; it would have to be a pre-defined PL in the dropdown list. However, they can apply a Template to the container in Edit+.
Sounds simple. But I just can’t get the right keywords combination. I am wondering if I need to use GET or POST to achieve this??
- asset_name displays the asset name of the Nested Content Container.
- globals_asset_name displays the name of the Standard Page.
- nested_asset_name does not compute (blank/empty result). (I assume thus that this can only be used ON the nested content container itself).
Thank you for any help/ideas