Search code examples
typo3typoscripttypo3-8.x

Delete slide from TypoScript variable


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
    }
}

Solution

  • 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