home v2: upadted features
This commit is contained in:
parent
b2d9b7dbf7
commit
b05c9a53c5
@ -432,7 +432,7 @@ $entity_field[0][\'value\'] = format_date($entity->created, \'breves\');',
|
|||||||
'title_value' => '',
|
'title_value' => '',
|
||||||
'url' => 0,
|
'url' => 0,
|
||||||
),
|
),
|
||||||
'translatable' => 0,
|
'translatable' => 1,
|
||||||
'type' => 'link_field',
|
'type' => 'link_field',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -141,7 +141,7 @@ function materio_publications_field_default_field_instances() {
|
|||||||
'label' => 'hidden',
|
'label' => 'hidden',
|
||||||
'module' => 'image',
|
'module' => 'image',
|
||||||
'settings' => array(
|
'settings' => array(
|
||||||
'image_link' => 'content',
|
'image_link' => '',
|
||||||
'image_style' => 'publications-home',
|
'image_style' => 'publications-home',
|
||||||
),
|
),
|
||||||
'type' => 'image',
|
'type' => 'image',
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
name = Materio publications
|
name = Materio publications
|
||||||
core = 7.x
|
core = 7.x
|
||||||
package = Materio
|
package = Materio
|
||||||
dependencies[] = ctools
|
|
||||||
dependencies[] = features
|
dependencies[] = features
|
||||||
|
dependencies[] = image
|
||||||
dependencies[] = materio_content_types
|
dependencies[] = materio_content_types
|
||||||
|
dependencies[] = materio_page_title
|
||||||
|
dependencies[] = materio_subscriptions
|
||||||
dependencies[] = metatag
|
dependencies[] = metatag
|
||||||
dependencies[] = node
|
dependencies[] = node
|
||||||
dependencies[] = strongarm
|
|
||||||
dependencies[] = text
|
dependencies[] = text
|
||||||
|
dependencies[] = workflow
|
||||||
dependencies[] = workflow_access
|
dependencies[] = workflow_access
|
||||||
features[ctools][] = strongarm:strongarm:1
|
features[ctools][] = strongarm:strongarm:1
|
||||||
features[features_api][] = api:2
|
features[features_api][] = api:2
|
||||||
@ -61,4 +63,5 @@ features[variable][] = unique_field_show_matches_publication
|
|||||||
features[variable][] = workflow_publication
|
features[variable][] = workflow_publication
|
||||||
features[workflow][] = Publication
|
features[workflow][] = Publication
|
||||||
features[workflow_access][] = Publication
|
features[workflow_access][] = Publication
|
||||||
|
features_exclude[dependencies][strongarm] = strongarm
|
||||||
project path = sites/all/modules/features
|
project path = sites/all/modules/features
|
||||||
|
@ -356,7 +356,7 @@
|
|||||||
$(this)
|
$(this)
|
||||||
// .attr('data-anchor-target', "#news-pane")
|
// .attr('data-anchor-target', "#news-pane")
|
||||||
.attr('data--'+i*100+'-bottom-top', 'opacity:0;')
|
.attr('data--'+i*100+'-bottom-top', 'opacity:0;')
|
||||||
.attr('data-'+i*50+'-center-center', 'opacity:1;');
|
.attr('data-'+i*10+'-center-center', 'opacity:1;');
|
||||||
});
|
});
|
||||||
|
|
||||||
_skrollr = skrollr.init();
|
_skrollr = skrollr.init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user