Nest_content Design Area contents based on metadata value?


#1

Basically I'm hoping to achieve something like the below in my design parse:

<MySource_AREA id_name="secondary_content" design_area="nest_content" content="%globals_asset_metadata_secondaryID%" />

I thought if I could utilise metadata to nest related content on a page it would save having to create many design customisations to achieve the same thing.

 

Any ways to achieve this? Hoping someone can help.


(Nic Hubbard) #2

Have you tried nesting a Standard Page that has your globals keyword in it?


(Bart Banda) #3

Have you tried nesting a Standard Page that has your globals keyword in it?

 

Yep, that's how I normally do it. Or you could try a declared var design area and print your keyword in there as %globals_asset_metadata_secondaryID^as_asset:asset_contents_raw%


#4

Thanks both for your suggestions - declared var is a neat solution, cheers Bart