62'description' => 'The length of a asset name before ellipsis are printed - blank or zero means full name always printed',
63 ),
64'word_wrap' => Array(
65'added' => '0.0.1',
66'type' => 'boolean',
67'default' => 1,
68'description' => 'Whether to allow the wrapping of the text in the entry or not',
69'parameters' => Array(
70'allow_empty' => FALSE,
71 ),
72 ),
73'indent' => Array(
74'added' => '0.0.1',
75'type' => 'int',
76'default' => 9,
77'description' => 'How many pixels to indent the menu before printing out a level - blank or zero removes indenting',
78 ),
79'min_height' => Array(
80'added' => '0.0.1',
81'type' => 'int',
82'default' => 9,
83'description' => 'The minimum height for in each entry row. Controls the size of the stalk images and is used for centreing the stalks vertically with the contents of the <MySource_ASSET> tag',
84 ),
85'show_stalks' => Array(
86'added' => '0.0.1',
87'type' => 'boolean',
88'default' => 1,
89'description' => 'Show or hide the stalks - text still indents even if not shown',
90'parameters' => Array(
91'allow_empty' => FALSE,
92 ),
93 ),
94'stalk_fg_colour' => Array(
95'added' => '0.0.1',
96'type' => 'colour',
97'default' => '#000000',
98'description' => 'The Foreground Colour for the stalks',
99 ),
100'stalk_bg_colour' => Array(
101'added' => '0.0.1',
102'type' => 'colour',
103'default' => '',
104'parameters' => Array('allow_blanks' => TRUE),
105'description' => 'The Background Colour for the stalks, if not set a transperant background will be used',