Advertisement
gitarrenklauis

Gridelements - Accordion - Page-TSconfig

Feb 2nd, 2019
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Collapsible Container
  2. tx_gridelements.setup.collapsiblecontainer {
  3.     title = Accordion Container
  4.     description = Ein Element das mehrere Accordions enthält
  5.  
  6.     config {
  7.         colCount = 1
  8.         rowCount = 1
  9.  
  10.         rows {
  11.             1 {
  12.                 columns {
  13.                     1 {
  14.                         name = Accordion
  15.                         colPos = 0
  16.                     }
  17.                 }
  18.             }
  19.         }
  20.     }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement