From 6061fa9781205b4de2a5cc69a565036e5fb2bf97 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 16 Oct 2009 02:04:44 +0000 Subject: #565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies. --- modules/node/node.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index db50ea97a..0d7940a5e 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -534,6 +534,7 @@ function node_configure_fields($type) { $field = array( 'field_name' => 'body', 'type' => 'text_with_summary', + 'translatable' => TRUE, ); $field = field_create_field($field); } -- cgit v1.2.3