added share field formatter

This commit is contained in:
Bachir Soussi Chiadmi
2015-05-08 22:23:56 +02:00
parent 9917b00f22
commit 7b71ab2e1b
4 changed files with 90 additions and 5 deletions
@@ -499,15 +499,16 @@ function chapitre_field_default_field_instances() {
'display' => array(
'chapter' => array(
'label' => 'above',
'module' => 'text',
'module' => 'jeemod',
'settings' => array(),
'type' => 'text_default',
'type' => 'share_butons',
'weight' => 4,
),
'default' => array(
'label' => 'above',
'module' => 'jeemod',
'settings' => array(),
'type' => 'hidden',
'type' => 'share_butons',
'weight' => 4,
),
'teaser' => array(
@@ -6,6 +6,7 @@ dependencies[] = features
dependencies[] = field_collection
dependencies[] = field_group
dependencies[] = image
dependencies[] = jeemod
dependencies[] = node
dependencies[] = strongarm
dependencies[] = text