added footer menu, insert module, image field to page

This commit is contained in:
2017-02-24 17:00:41 +01:00
parent 65f6be158a
commit fc8070a669
27 changed files with 1750 additions and 65 deletions
@@ -24,6 +24,32 @@ function page_strongarm() {
$strongarm->value = 0;
$export['devel_redirect_page'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'field_bundle_settings_node__page';
$strongarm->value = array(
'view_modes' => array(),
'extra_fields' => array(
'form' => array(
'title' => array(
'weight' => '0',
),
'path' => array(
'weight' => '3',
),
'redirect' => array(
'weight' => '4',
),
'workflow' => array(
'weight' => '5',
),
),
'display' => array(),
),
);
$export['field_bundle_settings_node__page'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;