Guest User

Untitled

a guest
Nov 24th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © 2015 Magento. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
  9. <update handle="1column"/>
  10.  
  11. </layout>
  12.  
  13. <page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  14. ...
  15. </page>
  16. <page layout="category_white" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  17. ...
  18. </page>
  19.  
  20. <?xml version="1.0"?>
  21. <layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
  22. <head>
  23. <meta name="description" content=" "/>
  24. </head>
  25. .......
  26. .......
  27. </layout>
  28.  
  29. <reference name="head">
  30. <block type="core/text" name="blockname">
  31. <action method="setText">
  32. <text>
  33. <![CDATA[<meta name="description" content=" "/>]]>
  34. </text>
  35. </action>
  36. </block>
  37. </reference>
Add Comment
Please, Sign In to add comment