Guest User

Untitled

a guest
Feb 25th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. lib.debug = HMENU
  2. lib.debug {
  3.     special = rootline
  4.     special.range = 1|8
  5.     1 = TMENU
  6.     1 {
  7.         NO = 1
  8.         NO {
  9.             doNotLinkIt = 1
  10.             stdWrap.cObject = CASE
  11.             stdWrap.cObject {
  12.                 key.field = doktype
  13.  
  14.                 # Standard
  15.                 default = COA
  16.                 default {
  17.                     wrap = |;
  18.                     10 = TEXT
  19.                     10.field = uid
  20.                     20 = TEXT
  21.                     20.wrap = ,|
  22.                     20.field = pid
  23.                     40 = TEXT
  24.                     40.wrap = ,|
  25.                     40.field = tx_example_background_image
  26.                 }
  27.             }
  28.         }
  29.     }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment