Hi, using Blossom, I'm creating a template with the following annotations:
[code]@Area("foobar")
@Controller
@Inherits(components = ComponentInheritanceMode.ALL)[/code]
However, this results in all child pages inheriting this area's content from
the parent. Is it possible for me to configure the area so that child nodes
can opt out of inheriting area content, i.e. if the node structure looks like
this:
/pageA
/pageA1
/pageB1
/pageA2
Can I declare the area content on pageA, and have pageA1 and pageB1 inherit
this area, but have pageA2 not inherit the content for this area? Or, am I
forced to create a new template in order to achieve this?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=ab408ab8-2475-4845-b901-4abc6c55610f
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------