updated amdin content-types showroom features
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
function materio_publications_field_default_field_bases() {
|
||||
$field_bases = array();
|
||||
|
||||
// Exported field_base: 'field_couverture'
|
||||
// Exported field_base: 'field_couverture'.
|
||||
$field_bases['field_couverture'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
@@ -39,7 +39,7 @@ function materio_publications_field_default_field_bases() {
|
||||
'type' => 'image',
|
||||
);
|
||||
|
||||
// Exported field_base: 'field_weight'
|
||||
// Exported field_base: 'field_weight'.
|
||||
$field_bases['field_weight'] = array(
|
||||
'active' => 1,
|
||||
'cardinality' => 1,
|
||||
|
@@ -10,7 +10,7 @@
|
||||
function materio_publications_field_default_field_instances() {
|
||||
$field_instances = array();
|
||||
|
||||
// Exported field_instance: 'node-publication-body'
|
||||
// Exported field_instance: 'node-publication-body'.
|
||||
$field_instances['node-publication-body'] = array(
|
||||
'bundle' => 'publication',
|
||||
'default_value' => NULL,
|
||||
@@ -91,7 +91,7 @@ function materio_publications_field_default_field_instances() {
|
||||
),
|
||||
);
|
||||
|
||||
// Exported field_instance: 'node-publication-field_couverture'
|
||||
// Exported field_instance: 'node-publication-field_couverture'.
|
||||
$field_instances['node-publication-field_couverture'] = array(
|
||||
'bundle' => 'publication',
|
||||
'deleted' => 0,
|
||||
@@ -182,7 +182,7 @@ function materio_publications_field_default_field_instances() {
|
||||
),
|
||||
);
|
||||
|
||||
// Exported field_instance: 'node-publication-field_weight'
|
||||
// Exported field_instance: 'node-publication-field_weight'.
|
||||
$field_instances['node-publication-field_weight'] = array(
|
||||
'bundle' => 'publication',
|
||||
'default_value' => NULL,
|
||||
|
@@ -10,42 +10,6 @@
|
||||
function materio_publications_user_default_roles() {
|
||||
$roles = array();
|
||||
|
||||
// Exported role: Contact opérationnel.
|
||||
$roles['Contact opérationnel'] = array(
|
||||
'name' => 'Contact opérationnel',
|
||||
'weight' => 7,
|
||||
);
|
||||
|
||||
// Exported role: Student.
|
||||
$roles['Student'] = array(
|
||||
'name' => 'Student',
|
||||
'weight' => 4,
|
||||
);
|
||||
|
||||
// Exported role: Unverified.
|
||||
$roles['Unverified'] = array(
|
||||
'name' => 'Unverified',
|
||||
'weight' => 2,
|
||||
);
|
||||
|
||||
// Exported role: Utilisateur Alpha Tester.
|
||||
$roles['Utilisateur Alpha Tester'] = array(
|
||||
'name' => 'Utilisateur Alpha Tester',
|
||||
'weight' => 4,
|
||||
);
|
||||
|
||||
// Exported role: administrator.
|
||||
$roles['administrator'] = array(
|
||||
'name' => 'administrator',
|
||||
'weight' => 8,
|
||||
);
|
||||
|
||||
// Exported role: root.
|
||||
$roles['root'] = array(
|
||||
'name' => 'root',
|
||||
'weight' => 9,
|
||||
);
|
||||
|
||||
// Exported role: utilisateur anonyme.
|
||||
$roles['utilisateur anonyme'] = array(
|
||||
'name' => 'utilisateur anonyme',
|
||||
|
@@ -4,10 +4,11 @@ package = Materio
|
||||
dependencies[] = ctools
|
||||
dependencies[] = features
|
||||
dependencies[] = image
|
||||
dependencies[] = list
|
||||
dependencies[] = materio_content_types
|
||||
dependencies[] = materio_page_title
|
||||
dependencies[] = metatag
|
||||
dependencies[] = node
|
||||
dependencies[] = options
|
||||
dependencies[] = strongarm
|
||||
dependencies[] = text
|
||||
dependencies[] = workflow_access
|
||||
@@ -26,12 +27,6 @@ features[user_permission][] = delete own publication content
|
||||
features[user_permission][] = edit any publication content
|
||||
features[user_permission][] = edit own publication content
|
||||
features[user_permission][] = show publication title
|
||||
features[user_role][] = Contact opérationnel
|
||||
features[user_role][] = Student
|
||||
features[user_role][] = Unverified
|
||||
features[user_role][] = Utilisateur Alpha Tester
|
||||
features[user_role][] = administrator
|
||||
features[user_role][] = root
|
||||
features[user_role][] = utilisateur anonyme
|
||||
features[user_role][] = utilisateur authentifié
|
||||
features[variable][] = additional_settings__active_tab_publication
|
||||
@@ -67,6 +62,10 @@ features[variable][] = workflow_publication
|
||||
features[workflow][] = Publication
|
||||
features[workflow_access][] = Publication
|
||||
features_exclude[dependencies][materio_subscriptions] = materio_subscriptions
|
||||
features_exclude[dependencies][options] = options
|
||||
features_exclude[dependencies][materio_page_title] = materio_page_title
|
||||
features_exclude[user_role][Unverified] = Unverified
|
||||
features_exclude[user_role][Student] = Student
|
||||
features_exclude[user_role][Utilisateur Alpha Tester] = Utilisateur Alpha Tester
|
||||
features_exclude[user_role][Contact opérationnel] = Contact opérationnel
|
||||
features_exclude[user_role][administrator] = administrator
|
||||
features_exclude[user_role][root] = root
|
||||
project path = sites/all/modules/features
|
||||
|
Reference in New Issue
Block a user