[TYPO3-english] How to inherit t3s_headerslider from parent page
bernd wilke
t3ng at bernd-wilke.net
Thu Jun 18 11:07:34 CEST 2015
Am 17.06.15 um 09:12 schrieb Jeppe Donslund:
> I followed this page to implement t3s_headerslider:
> http://www.t3sbootstrap.de/1/configuration/t3s-headerslider/
>
> How can I inherit the slider from parent page?
>
> lib.t3sheaderslider.slide = -1 doesn't seem to work.
sliding can only be done on content objects.
for example you can slide the content of a column like:
var < styles.content.getRight
var.slide = -1
or a self defined column:
var < styles.content.get
var.slide = -1
var.select.where = colPos=123
bernd
--
http://www.pi-phi.de/cheatsheet.html
More information about the TYPO3-english
mailing list