updated features
This commit is contained in:
parent
46b448c2a2
commit
49f9128c96
@ -2,6 +2,7 @@ name = Materio Administration
|
|||||||
core = 7.x
|
core = 7.x
|
||||||
package = Materio
|
package = Materio
|
||||||
dependencies[] = admin
|
dependencies[] = admin
|
||||||
|
dependencies[] = admin_menu
|
||||||
dependencies[] = admin_menu_source
|
dependencies[] = admin_menu_source
|
||||||
dependencies[] = admin_menu_toolbar
|
dependencies[] = admin_menu_toolbar
|
||||||
dependencies[] = features
|
dependencies[] = features
|
||||||
@ -30,30 +31,9 @@ features[variable][] = admin_menu_show_all
|
|||||||
features[variable][] = admin_menu_tweak_modules
|
features[variable][] = admin_menu_tweak_modules
|
||||||
features[variable][] = admin_menu_tweak_permissions
|
features[variable][] = admin_menu_tweak_permissions
|
||||||
features[variable][] = admin_menu_tweak_tabs
|
features[variable][] = admin_menu_tweak_tabs
|
||||||
features[variable][] = editmenu_cache_menu
|
|
||||||
features[variable][] = editmenu_css_error
|
|
||||||
features[variable][] = editmenu_css_filename
|
|
||||||
features[variable][] = editmenu_detect_popup
|
|
||||||
features[variable][] = editmenu_dropdown_zindex
|
|
||||||
features[variable][] = editmenu_effect
|
|
||||||
features[variable][] = editmenu_effect_speed
|
|
||||||
features[variable][] = editmenu_element
|
|
||||||
features[variable][] = editmenu_element_method
|
|
||||||
features[variable][] = editmenu_exclusions
|
|
||||||
features[variable][] = editmenu_fix
|
|
||||||
features[variable][] = editmenu_hide_delay
|
|
||||||
features[variable][] = editmenu_menu
|
|
||||||
features[variable][] = editmenu_menu_scope
|
|
||||||
features[variable][] = editmenu_menubar_zindex
|
|
||||||
features[variable][] = editmenu_running
|
|
||||||
features[variable][] = editmenu_superfish_version
|
|
||||||
features[variable][] = editmenu_theme
|
|
||||||
features[variable][] = editmenu_uid1
|
|
||||||
features[variable][] = editmenu_visibility_operator
|
|
||||||
features[variable][] = editmenu_visibility_pages
|
|
||||||
features[views_view][] = admin_content_node
|
features[views_view][] = admin_content_node
|
||||||
features[views_view][] = admin_contents
|
features[views_view][] = admin_contents
|
||||||
features[views_view][] = admin_peoples
|
features[views_view][] = admin_peoples
|
||||||
features[views_view][] = taxonomy_companies_manager
|
features[views_view][] = taxonomy_companies_manager
|
||||||
mtime = 1429534191
|
mtime = 1429534608
|
||||||
project path = sites/all/modules/features
|
project path = sites/all/modules/features
|
||||||
|
@ -92,164 +92,5 @@ function materio_administration_strongarm() {
|
|||||||
$strongarm->value = 0;
|
$strongarm->value = 0;
|
||||||
$export['admin_menu_tweak_tabs'] = $strongarm;
|
$export['admin_menu_tweak_tabs'] = $strongarm;
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_cache_menu';
|
|
||||||
$strongarm->value = 0;
|
|
||||||
$export['editmenu_cache_menu'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_css_error';
|
|
||||||
$strongarm->value = 1333478060;
|
|
||||||
$export['editmenu_css_error'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_css_filename';
|
|
||||||
$strongarm->value = '';
|
|
||||||
$export['editmenu_css_filename'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_detect_popup';
|
|
||||||
$strongarm->value = 1;
|
|
||||||
$export['editmenu_detect_popup'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_dropdown_zindex';
|
|
||||||
$strongarm->value = '9999';
|
|
||||||
$export['editmenu_dropdown_zindex'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_effect';
|
|
||||||
$strongarm->value = 'opacity';
|
|
||||||
$export['editmenu_effect'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_effect_speed';
|
|
||||||
$strongarm->value = 'fast';
|
|
||||||
$export['editmenu_effect_speed'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_element';
|
|
||||||
$strongarm->value = 'body';
|
|
||||||
$export['editmenu_element'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_element_method';
|
|
||||||
$strongarm->value = 'prepend';
|
|
||||||
$export['editmenu_element_method'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_exclusions';
|
|
||||||
$strongarm->value = array(
|
|
||||||
'adaptivetheme_gui_admin' => 0,
|
|
||||||
'adaptivetheme_gui_starter' => 0,
|
|
||||||
'bartik' => 0,
|
|
||||||
'garland' => 0,
|
|
||||||
'gui7' => 0,
|
|
||||||
'guibik' => 0,
|
|
||||||
'inigui' => 0,
|
|
||||||
'rubik' => 0,
|
|
||||||
'seven' => 0,
|
|
||||||
'stark' => 0,
|
|
||||||
'tao' => 0,
|
|
||||||
);
|
|
||||||
$export['editmenu_exclusions'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_fix';
|
|
||||||
$strongarm->value = 'scroll';
|
|
||||||
$export['editmenu_fix'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_hide_delay';
|
|
||||||
$strongarm->value = '800';
|
|
||||||
$export['editmenu_hide_delay'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_menu';
|
|
||||||
$strongarm->value = 'navigation:0';
|
|
||||||
$export['editmenu_menu'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_menubar_zindex';
|
|
||||||
$strongarm->value = '9999';
|
|
||||||
$export['editmenu_menubar_zindex'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_menu_scope';
|
|
||||||
$strongarm->value = 'footer';
|
|
||||||
$export['editmenu_menu_scope'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_running';
|
|
||||||
$strongarm->value = FALSE;
|
|
||||||
$export['editmenu_running'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_superfish_version';
|
|
||||||
$strongarm->value = 'superfish-1.4.1.js';
|
|
||||||
$export['editmenu_superfish_version'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_theme';
|
|
||||||
$strongarm->value = 'gui.net';
|
|
||||||
$export['editmenu_theme'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_uid1';
|
|
||||||
$strongarm->value = 0;
|
|
||||||
$export['editmenu_uid1'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_visibility_operator';
|
|
||||||
$strongarm->value = '0';
|
|
||||||
$export['editmenu_visibility_operator'] = $strongarm;
|
|
||||||
|
|
||||||
$strongarm = new stdClass();
|
|
||||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
|
||||||
$strongarm->api_version = 1;
|
|
||||||
$strongarm->name = 'editmenu_visibility_pages';
|
|
||||||
$strongarm->value = '';
|
|
||||||
$export['editmenu_visibility_pages'] = $strongarm;
|
|
||||||
|
|
||||||
return $export;
|
return $export;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -54,12 +54,6 @@ function materio_subscriptions_field_default_field_instances() {
|
|||||||
'type' => 'text_default',
|
'type' => 'text_default',
|
||||||
'weight' => 0,
|
'weight' => 0,
|
||||||
),
|
),
|
||||||
'print' => array(
|
|
||||||
'label' => 'above',
|
|
||||||
'settings' => array(),
|
|
||||||
'type' => 'hidden',
|
|
||||||
'weight' => 0,
|
|
||||||
),
|
|
||||||
'teaser' => array(
|
'teaser' => array(
|
||||||
'label' => 'hidden',
|
'label' => 'hidden',
|
||||||
'module' => 'text',
|
'module' => 'text',
|
||||||
@ -219,12 +213,6 @@ function materio_subscriptions_field_default_field_instances() {
|
|||||||
'type' => 'uc_product_image',
|
'type' => 'uc_product_image',
|
||||||
'weight' => 0,
|
'weight' => 0,
|
||||||
),
|
),
|
||||||
'print' => array(
|
|
||||||
'label' => 'above',
|
|
||||||
'settings' => array(),
|
|
||||||
'type' => 'hidden',
|
|
||||||
'weight' => 0,
|
|
||||||
),
|
|
||||||
'teaser' => array(
|
'teaser' => array(
|
||||||
'label' => 'hidden',
|
'label' => 'hidden',
|
||||||
'module' => 'uc_product',
|
'module' => 'uc_product',
|
||||||
|
@ -266,4 +266,5 @@ features[variable][] = uc_weight_format_lb
|
|||||||
features[variable][] = uc_weight_format_oz
|
features[variable][] = uc_weight_format_oz
|
||||||
features[variable][] = uc_weight_unit
|
features[variable][] = uc_weight_unit
|
||||||
features_exclude[dependencies][uc_coupon] = uc_coupon
|
features_exclude[dependencies][uc_coupon] = uc_coupon
|
||||||
|
mtime = 1429454534
|
||||||
project path = sites/all/modules/features
|
project path = sites/all/modules/features
|
||||||
|
Loading…
x
Reference in New Issue
Block a user