FTL migration doesnt detect basic STK pattern
---------------------------------------------
Key: MGNLMIGRATION-202
URL: http://jira.magnolia-cms.com/browse/MGNLMIGRATION-202
Project: Magnolia Migration
Issue Type: Bug
Affects Versions: 1.2
Reporter: Samuel Schmitt
Assignee: Robert Šiška
Fix For: 1.2.1
After the FTL update I still have code not correctly updated
{code}
<div id="wrapper">
[#if def.header.enabled]
[#include def.header.template]
[/#if]
<div id="wrapper-2">
<div id="wrapper-3">
[#if def.platformArea.enabled]
[#include def.platformArea.template]
[/#if]
<div id="main">
[#if def.breadcrumb.enabled]
[#include def.breadcrumb.template]
[/#if]
[#--OLD [#include def.mainArea.template] --][@cms.area
name = "main" content=content /]
{code}
Header, platform, breadcrumd are standard STK pattern. We must do something.
--
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]>
----------------------------------------------------------------