ftl-Migration - flat header config: main.ftl is not migrated according to new
header areas
------------------------------------------------------------------------------------------
Key: MGNLMIGRATION-99
URL: http://jira.magnolia-cms.com/browse/MGNLMIGRATION-99
Project: Magnolia Migration
Issue Type: Improvement
Affects Versions: 1.1.3
Reporter: wolf bubenik
Assignee: Jozef Chocholacek
Priority: Major
The ftl-code that includes the header (branding, stage...) is not migrated.
The code
{code}
[#if def.header.branding.enabled]
[#include def.header.branding.template]
[#else]
...
{code}
is not changed to
{code}
[@cms.area name="branding" content=content/]
{code}
Same for
{code}
[#if def.header.stage.enabled]
[#include def.header.stage.template]
[/#if]
{code}
and
{code}
[#if def.header.sectionHeader.enabled]
[#include def.header.sectionHeader.template]
[/#if]
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
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]>
----------------------------------------------------------------