I want to delete the slide function from my TypoScript varaible. What should I remove exactly?
hidebox = TEXT
hidebox {
value =
override {
required = 1
data = levelfield : -1 , showbox, slide
}
}
all the slide is given with:
data = levelfield : -1 , showbox, slide
to remove the sliding you have to change it to the simple field access:
field = showbox