uppdated modules
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
function page_field_default_field_bases() {
|
||||
$field_bases = array();
|
||||
|
||||
// Exported field_base: 'body'
|
||||
// Exported field_base: 'body'.
|
||||
$field_bases['body'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
@@ -19,14 +19,6 @@ function page_field_default_field_bases() {
|
||||
0 => 'node',
|
||||
),
|
||||
'field_name' => 'body',
|
||||
'foreign keys' => array(
|
||||
'format' => array(
|
||||
'columns' => array(
|
||||
'format' => 'format',
|
||||
),
|
||||
'table' => 'filter_format',
|
||||
),
|
||||
),
|
||||
'indexes' => array(
|
||||
'format' => array(
|
||||
0 => 'format',
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
function page_field_default_field_instances() {
|
||||
$field_instances = array();
|
||||
|
||||
// Exported field_instance: 'node-page-body'
|
||||
// Exported field_instance: 'node-page-body'.
|
||||
$field_instances['node-page-body'] = array(
|
||||
'bundle' => 'page',
|
||||
'default_value' => NULL,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name = Page
|
||||
core = 7.x
|
||||
package = GUI
|
||||
package = FigLi
|
||||
dependencies[] = ctools
|
||||
dependencies[] = features
|
||||
dependencies[] = node
|
||||
|
||||
Reference in New Issue
Block a user