recreated features

This commit is contained in:
Bachir Soussi Chiadmi
2015-11-24 18:05:48 +01:00
parent 3eb20676ca
commit 82bf36a5eb
26 changed files with 643 additions and 1342 deletions

View File

@@ -56,22 +56,22 @@ function materio_administration_menu_default_menu_links() {
$menu_links['navigation_company:admin/structure/taxonomy_manager/voc/company'] = array(
'menu_name' => 'navigation',
'link_path' => 'admin/structure/taxonomy_manager/voc/company',
'router_path' => 'admin/structure/taxonomy_manager/voc/%',
'router_path' => 'admin/structure',
'link_title' => 'Company',
'options' => array(
'attributes' => array(),
'identifier' => 'navigation_company:admin/structure/taxonomy_manager/voc/company',
),
'module' => 'menu',
'hidden' => 0,
'hidden' => 1,
'external' => 0,
'has_children' => 0,
'expanded' => 0,
'weight' => 9,
'customized' => 0,
'customized' => 1,
'language' => 'und',
'menu_links_customized' => 0,
'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomy_manager/voc',
'menu_links_customized' => 1,
'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
);
// Exported menu link: navigation_compose-tips:filter/tips
$menu_links['navigation_compose-tips:filter/tips'] = array(
@@ -211,7 +211,7 @@ function materio_administration_menu_default_menu_links() {
'external' => 0,
'has_children' => 0,
'expanded' => 0,
'weight' => 0,
'weight' => -37,
'customized' => 1,
'language' => 'und',
'menu_links_customized' => 1,
@@ -256,28 +256,28 @@ function materio_administration_menu_default_menu_links() {
'customized' => 1,
'language' => 'und',
'menu_links_customized' => 1,
'parent_identifier' => 'navigation_ajouter-du-contenu:node/add',
'parent_identifier' => 'navigation_add-content:node/add',
);
// Exported menu link: navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie
$menu_links['navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie'] = array(
'menu_name' => 'navigation',
'link_path' => 'admin/structure/taxonomy_manager/voc/onthologie',
'router_path' => 'admin/structure/taxonomy_manager/voc/%',
'router_path' => 'admin/structure',
'link_title' => 'Onthologie',
'options' => array(
'attributes' => array(),
'identifier' => 'navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie',
),
'module' => 'menu',
'hidden' => 0,
'hidden' => 1,
'external' => 0,
'has_children' => 0,
'expanded' => 0,
'weight' => 0,
'customized' => 0,
'customized' => 1,
'language' => 'und',
'menu_links_customized' => 0,
'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomy_manager/voc',
'menu_links_customized' => 1,
'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
);
// Exported menu link: navigation_orders:admin/store/orders/view
$menu_links['navigation_orders:admin/store/orders/view'] = array(
@@ -358,7 +358,7 @@ function materio_administration_menu_default_menu_links() {
'external' => 1,
'has_children' => 1,
'expanded' => 0,
'weight' => 0,
'weight' => -36,
'customized' => 1,
'language' => 'und',
'menu_links_customized' => 1,
@@ -388,42 +388,22 @@ function materio_administration_menu_default_menu_links() {
$menu_links['navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres'] = array(
'menu_name' => 'navigation',
'link_path' => 'admin/structure/taxonomy_manager/voc/tag_libres',
'router_path' => 'admin/structure/taxonomy_manager/voc/%',
'router_path' => 'admin/structure',
'link_title' => 'Tag Libres',
'options' => array(
'attributes' => array(),
'identifier' => 'navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres',
),
'module' => 'menu',
'hidden' => 0,
'hidden' => 1,
'external' => 0,
'has_children' => 1,
'has_children' => 0,
'expanded' => 0,
'weight' => 8,
'customized' => 0,
'language' => 'und',
'menu_links_customized' => 0,
'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomy_manager/voc',
);
// Exported menu link: navigation_taxonomy:admin/structure/taxonomy_manager/voc
$menu_links['navigation_taxonomy:admin/structure/taxonomy_manager/voc'] = array(
'menu_name' => 'navigation',
'link_path' => 'admin/structure/taxonomy_manager/voc',
'router_path' => 'admin/structure/taxonomy_manager/voc',
'link_title' => 'Taxonomy',
'options' => array(
'attributes' => array(),
'identifier' => 'navigation_taxonomy:admin/structure/taxonomy_manager/voc',
),
'module' => 'menu',
'hidden' => 0,
'external' => 0,
'has_children' => 1,
'expanded' => 0,
'weight' => -47,
'customized' => 1,
'language' => 'und',
'menu_links_customized' => 1,
'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
);
// Exported menu link: navigation_user-account:user
$menu_links['navigation_user-account:user'] = array(
@@ -486,6 +466,7 @@ function materio_administration_menu_default_menu_links() {
'language' => 'und',
'menu_links_customized' => 1,
);
// Translatables
// Included for use with string extractors like potx.
t('Add user');
@@ -506,11 +487,9 @@ function materio_administration_menu_default_menu_links() {
t('Store');
t('Subscriptions newsletter');
t('Tag Libres');
t('Taxonomy');
t('User account');
t('Users');
t('customers');
return $menu_links;
}

View File

@@ -186,7 +186,9 @@ function materio_administration_user_default_permissions() {
// Exported permission: 'show workflow state form'.
$permissions['show workflow state form'] = array(
'name' => 'show workflow state form',
'roles' => array(),
'roles' => array(
'root' => 'root',
),
'module' => 'workflow',
);

View File

@@ -17,6 +17,8 @@ dependencies[] = menu
dependencies[] = role_delegation
dependencies[] = simplenews
dependencies[] = strongarm
dependencies[] = taxonomy_csv
dependencies[] = taxonomy_wrangler
dependencies[] = title
dependencies[] = views
dependencies[] = views_bulk_operations
@@ -51,7 +53,6 @@ features[menu_links][] = navigation_shopping-cart:cart
features[menu_links][] = navigation_store:http://www.materio.com/fr/admin/store
features[menu_links][] = navigation_subscriptions-newsletter:admin/people/simplenews
features[menu_links][] = navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres
features[menu_links][] = navigation_taxonomy:admin/structure/taxonomy_manager/voc
features[menu_links][] = navigation_user-account:user
features[menu_links][] = navigation_users:admin/people
features[menu_links][] = navigation_users:admin/users