Guest User

Untitled

a guest
Jul 15th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. page.bodyTag >
  2. page.bodyTagCObject = HTML
  3. page.bodyTagCObject.value.field = alias//title
  4. page.bodyTagCObject.value.case = lower
  5. page.bodyTagCObject.value.wrap = <body id="|">
  6.  
  7. ...which gives me
  8.  
  9. <body id="about us">
  10.  
  11. ...therefore....
  12.  
  13. I need "about us" to be "about-us"
Add Comment
Please, Sign In to add comment