|
@@ -10,6 +10,40 @@
|
|
|
function ffdn_article_field_default_field_instances() {
|
|
|
$field_instances = array();
|
|
|
|
|
|
+ // Exported field_instance: 'comment-comment_node_article-comment_body'.
|
|
|
+ $field_instances['comment-comment_node_article-comment_body'] = array(
|
|
|
+ 'bundle' => 'comment_node_article',
|
|
|
+ 'default_value' => NULL,
|
|
|
+ 'deleted' => 0,
|
|
|
+ 'description' => '',
|
|
|
+ 'display' => array(
|
|
|
+ 'default' => array(
|
|
|
+ 'label' => 'hidden',
|
|
|
+ 'module' => 'text',
|
|
|
+ 'settings' => array(),
|
|
|
+ 'type' => 'text_default',
|
|
|
+ 'weight' => 0,
|
|
|
+ ),
|
|
|
+ ),
|
|
|
+ 'entity_type' => 'comment',
|
|
|
+ 'field_name' => 'comment_body',
|
|
|
+ 'label' => 'Comment',
|
|
|
+ 'required' => 1,
|
|
|
+ 'settings' => array(
|
|
|
+ 'text_processing' => 0,
|
|
|
+ 'user_register_form' => FALSE,
|
|
|
+ ),
|
|
|
+ 'widget' => array(
|
|
|
+ 'active' => 1,
|
|
|
+ 'module' => 'text',
|
|
|
+ 'settings' => array(
|
|
|
+ 'rows' => 5,
|
|
|
+ ),
|
|
|
+ 'type' => 'text_textarea',
|
|
|
+ 'weight' => 0,
|
|
|
+ ),
|
|
|
+ );
|
|
|
+
|
|
|
// Exported field_instance: 'node-article-body'.
|
|
|
$field_instances['node-article-body'] = array(
|
|
|
'bundle' => 'article',
|
|
@@ -150,6 +184,7 @@ function ffdn_article_field_default_field_instances() {
|
|
|
// Translatables
|
|
|
// Included for use with string extractors like potx.
|
|
|
t('Body');
|
|
|
+ t('Comment');
|
|
|
t('Image');
|
|
|
t('Saisissez une liste de mots séparés par des virgules pour décrire votre contenu.');
|
|
|
t('Tags');
|