Hi all!
I've added several pages (cms) in my magento admin panel. I know i can attach blocks to a specific page by using {{block..}} within the content field.
However, i dont want to define blocks there, but within the cms.xml file. So other store admins are not annoyed by weird codes ({{block..}}) in the backend editor.
I've defined the index/home page with the following xml tag:
<cms_index_index>
<reference name="content">
<block... />
</reference>
</cms_index_index>
The question; how can i define other cms pages (by id or seo-identifier) within cms.xml I've tried defining them by;
<cms_page_[seo-ident]>
<cms_pageid_[id]>
<cms_[seo-ident]>
<cms_[id]>
This didnt work. I cant figure it out..
// Roland