added share field formatter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user