diff --git a/ccm-cms-types-article/web/themes/freemarker/ccm-cms-types-article.ftl b/ccm-cms-types-article/web/themes/freemarker/ccm-cms-types-article.ftl index 9d6ac97a9..f011c8b09 100644 --- a/ccm-cms-types-article/web/themes/freemarker/ccm-cms-types-article.ftl +++ b/ccm-cms-types-article/web/themes/freemarker/ccm-cms-types-article.ftl @@ -5,19 +5,6 @@ "ui": "http://www.arsdigita.com/ui/1.0"} > -<#-- - Outputs the lead text the provided article. - - Disabled 2019-03-25, remove 2019-04-07 if this macro is not required ---> -<#-- <#macro lead item> - <#if (item["./lead"]?size > 0)> - ${item["./lead"]} - <#elseif (item["./nav:attribute[@name='lead']"]?size > 0)> - ${item["./nav:attribute[@name='lead']"]} - - --> - <#-- Gets the lead text of the provided article. --> @@ -29,17 +16,6 @@ -<#-- - Output the main text of the provided article. - - Disabled 2019-03-25, remove 2019-04-07 if this macro is not required ---> -<#-- <#macro mainText item> - <#if (item["./textAsset"]?size > 0)> - ${item["./textAsset/content"]} - - --> - <#-- Gets the main text the the provided article. -->