Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <h2>
  2. Cms page content
  3. </h2>
  4. <p>
  5. (by identifier, it handles current store view if multistore is enable)
  6. </p>
  7. <cms-data :identifier="'about-us'" :type="'Page'"/>
  8.  
  9. <h2>Cms block content
  10. </h2>
  11. <p>
  12. (by identifier, it handles current store view if multistore is enable)
  13. </p>
  14. <cms-data :identifier="'contact-us-info'" :type="'Block'"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement