Index: trunk/kernel/units/categories/categories_config.php =================================================================== diff -u -N -r4077 -r4108 --- trunk/kernel/units/categories/categories_config.php (.../categories_config.php) (revision 4077) +++ trunk/kernel/units/categories/categories_config.php (.../categories_config.php) (revision 4108) @@ -82,6 +82,10 @@ 'PopItem' => Array('type' => 'int','not_null' => '1','default' => '2'), 'Modified' => Array('type' => 'int','not_null' => '1','default' => '0'), 'ModifiedById' => Array('type' => 'int','not_null' => '1','default' => '0'), + 'CategoryTemplate' => Array('type' => 'string','not_null' => '1','default' => ''), + 'ItemTemplate' => Array('type' => 'string','not_null' => '1','default' => ''), + 'CachedCategoryTemplate' => Array('type' => 'string','not_null' => '1','default' => ''), + 'CachedItemTemplate' => Array('type' => 'string','not_null' => '1','default' => ''), ), 'VirtualFields' => Array(