+
+ #if (${HAS_ROUTE_DATA})
+
+
+
+#end
diff --git a/resources/fileTemplates/internal/Magento Routes XML.xml.html b/resources/fileTemplates/internal/Magento Routes XML.xml.html
index 28926142d..742a5aa64 100644
--- a/resources/fileTemplates/internal/Magento Routes XML.xml.html
+++ b/resources/fileTemplates/internal/Magento Routes XML.xml.html
@@ -30,7 +30,7 @@
${ROUTER_ID} |
|
- specifies the name of the router in Magento.
+ | Specifies the name of the router in Magento.
See the reference tables in the
Router class section
@@ -38,6 +38,35 @@
|
+
+ ${HAS_ROUTE_DATA} |
+ |
+ Technical value used to enable/disable route information rendering
+
+ |
+
+
+ ${ROUTE_ID} |
+ | Specifies the unique node id for this route in Magento,
+ is also the first segment of its associated layout handle XML filename: routeId_controller_action.xml
+
+
+ |
+
+
+ ${FRONT_NAME} |
+ |
+ Specifies the first segment after the base URL of a request
+
+ |
+
+
+ ${MODULE_NAME} |
+ |
+ Specifies the name of your module
+
+ |
+