Changeset 14612
- Timestamp:
- 01/24/08 12:14:04 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/net.nehmer.comments/config/schemadb_default.inc
r5629 r14612 1 'comment' => Array1 'comment' => array 2 2 ( 3 3 'description' => 'default schema', 4 ' fields' => Array4 'operations' => array 5 5 ( 6 'author' => Array 6 'save' => 'post' 7 ), 8 'fields' => array 9 ( 10 'author' => array 7 11 ( 8 12 'title' => 'author', … … 16 20 ), 17 21 18 'title' => Array22 'title' => array 19 23 ( 20 24 'title' => 'title', … … 27 31 'widget' => 'text', 28 32 ), 29 'content' => Array33 'content' => array 30 34 ( 31 35 'title' => 'content', … … 36 40 'storage' => 'content', 37 41 'type' => 'text', 38 'type_config' => Array ( 'output_mode' => 'markdown' ),42 'type_config' => array ( 'output_mode' => 'markdown' ), 39 43 'widget' => 'textarea', 40 44 ), 41 'rating' => Array45 'rating' => array 42 46 ( 43 47 'title' => 'rating', 44 48 'storage' => 'rating', 45 49 'type' => 'select', 46 'type_config' => Array50 'type_config' => array 47 51 ( 48 'options' => Array52 'options' => array 49 53 ( 50 54 0 => '', trunk/midcom/net.nemein.discussion/config/schemadb_default.inc
r14168 r14612 2 2 ( 3 3 'description' => 'comment', 4 'operations' => array 5 ( 6 'save' => 'post' 7 ), 4 8 'fields' => array 5 9 ( … … 45 49 ), 46 50 'widget' => 'markdown', 47 'widget_config' => Array51 'widget_config' => array 48 52 ( 49 53 'height' => 24, … … 97 101 ), 98 102 'widget' => 'textarea', 99 'widget_config' => Array103 'widget_config' => array 100 104 ( 101 105 'height' => 24,
