Hi all I was wondering: Can an area have a different i18nBasename than its parent component?
Usecase: I'd like to create a new teaser component with a different template script and still use the provided linkList area. I copied stkTeaser into our module, modified template scripts and basename. It works with one exception: the linkList area cannot resolve its message properties. This is the structure of my teaser with the relevant properties: - myTeaser -- templateScript: /module/components/myTeaser.ftl -- i18nBasename: com.module.messages -- title: myTeaser.title -- areas --- linkList ---- i18nBasename: info.magnolia.module.templatingkit.messages (manually added) ---- title: areas.components.linkList.title The area gets included in the new teaser template script like in the original: [@cms.area name="linkList"/] Any suggestions? Might this be a bug or just a missing feature? Any help is appreciated Cheers - ada ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
