Hi,
Is there a way to use placeholders with Metaobjects?
Eg: I have a meta object definition for my product page description where i want to use the product title in it. So the {{ product.title }} should pick up the product title on that product page.
Is this possible?