Skip to content

Instantly share code, notes, and snippets.

@jwohlfeil
Created April 14, 2017 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwohlfeil/fcd2e22f7108208c7be274076aa4e639 to your computer and use it in GitHub Desktop.
Save jwohlfeil/fcd2e22f7108208c7be274076aa4e639 to your computer and use it in GitHub Desktop.
T3 - Hintergrund Bild aus Seiteneigenschaften.ts
# Hintergrund Bild aus Seiteneigenschaften
temp.bgimg = IMG_RESOURCE
temp.bgimg {
file {
import = uploads/media/
import.data = levelmedia:-1, slide
treatIdAsReference = 1
import.listNum = 0
}
}
page.headerData.13 < temp.bgimg
page.headerData.13.stdWrap.wrap = <style type="text/css">body{ background-image: url(|); }</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment