Context in Design Customization


(Tbaatar) #1

Matrix Version: 5.5.1.5

Does design customization support context? The nested standard page used to display the banner on website is only showing the default context.

Any pointer or help appreciated.

Update: It works when using %asset_attribute_name% keyword as opposed the %asset_name%. Is there full keyword list the context CAN be used?

Many thanks.


(Luke Wright) #2

Hi,

Some keywords that access standard fields (like %asset_name% and %asset_short_name%) as opposed to attributes aren’t context-aware, as we only store one copy of those fields in the database.

Attributes, metadata (for fields marked contextable) and asset contents are the main keywords that should be context-aware. URLs too probably.