Enable control of creating children in templates

This commit is contained in:
Deon George
2009-09-20 10:21:44 +10:00
parent d062308f32
commit f0a6d312ab
5 changed files with 19 additions and 7 deletions

View File

@@ -87,6 +87,10 @@ class Config {
'desc'=>'Disabled the Default Template',
'default'=>false);
$this->default->appearance['disable_default_leaf'] = array(
'desc'=>'Disabled creating leaf entries in the Default Template',
'default'=>false);
$this->default->appearance['friendly_attrs'] = array(
'desc'=>'Friendly names for attributes',
'default'=>array());