default.profile
Подскажите, вот я пишу .profile
Как добавить поле ССК в тип контента?
$content[type] = array (
'name' => 'Новость',
'type' => 'news',
'description' => '',
'title_label' => 'Коротко',
'body_label' => 'Развернуто',
'min_word_count' => '0',
'help' => '',
'node_options' =>
array (
'status' => true,
'promote' => false,
'sticky' => false,
'revision' => false,
),
'comment' => '2',
'privatemsg_link' =>
array (
'node' => false,
'teaser' => true,
'comment' => false,
),
'upload' => 1,
'old_type' => 'news',
'orig_type' => '',
'module' => 'node',
'custom' => '1',
'modified' => '1',
'locked' => '0',
);