/[drupal]/contributions/modules/node_factory/tests/content_types/nf_sr_test.txt
ViewVC logotype

Diff of /contributions/modules/node_factory/tests/content_types/nf_sr_test.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Thu Aug 14 18:06:49 2008 UTC revision 1.1.2.1, Thu Aug 14 18:06:49 2008 UTC
# Line 0  Line 1 
1    $content[type]  = array (
2      'name' => 'Node factory story ref test',
3      'type' => 'nf_sr_test',
4      'description' => 'Node factory story ref test',
5      'title_label' => 'Title',
6      'body_label' => 'Body',
7      'min_word_count' => '0',
8      'help' => '',
9      'node_options' =>
10      array (
11        'status' => true,
12        'promote' => true,
13        'sticky' => false,
14        'revision' => false,
15      ),
16      'comment' => '2',
17      'print_display' => 0,
18      'old_type' => 'nf_sr_test',
19      'orig_type' => '',
20      'module' => 'node',
21      'custom' => '1',
22      'modified' => '1',
23      'locked' => '0',
24    );

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2