recreated features
This commit is contained in:
@@ -23,7 +23,7 @@ function materio_publications_image_default_styles() {
|
||||
$styles['publication-couv'] = array(
|
||||
'label' => 'publication-couv',
|
||||
'effects' => array(
|
||||
16 => array(
|
||||
15 => array(
|
||||
'name' => 'image_scale',
|
||||
'data' => array(
|
||||
'width' => 480,
|
||||
|
@@ -32,7 +32,9 @@ function materio_publications_user_default_permissions() {
|
||||
// Exported permission: 'delete own publication content'.
|
||||
$permissions['delete own publication content'] = array(
|
||||
'name' => 'delete own publication content',
|
||||
'roles' => array(),
|
||||
'roles' => array(
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'node',
|
||||
);
|
||||
|
||||
@@ -49,7 +51,9 @@ function materio_publications_user_default_permissions() {
|
||||
// Exported permission: 'edit own publication content'.
|
||||
$permissions['edit own publication content'] = array(
|
||||
'name' => 'edit own publication content',
|
||||
'roles' => array(),
|
||||
'roles' => array(
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'node',
|
||||
);
|
||||
|
||||
|
@@ -4,8 +4,8 @@ package = Materio
|
||||
dependencies[] = ctools
|
||||
dependencies[] = features
|
||||
dependencies[] = image
|
||||
dependencies[] = list
|
||||
dependencies[] = materio_content_types
|
||||
dependencies[] = materio_page_title
|
||||
dependencies[] = metatag
|
||||
dependencies[] = node
|
||||
dependencies[] = strongarm
|
||||
@@ -68,4 +68,5 @@ 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
|
||||
project path = sites/all/modules/features
|
||||
|
Reference in New Issue
Block a user