Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Changes for latest blog, latest blog camp, latest blog branch
Browse files Browse the repository at this point in the history
  • Loading branch information
david-hernandez committed Feb 7, 2017
1 parent 9589035 commit dcbbef4
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 84 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ display:
plugin_id: numeric
display_extenders: { }
use_ajax: true
css_class: blog-more-teaser
cache_metadata:
max-age: -1
contexts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ display:
plugin_id: numeric
display_extenders: { }
use_ajax: true
css_class: blog-more-teaser
cache_metadata:
max-age: -1
contexts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ display:
button_text: 'Load More'
automatically_load_content: false
style:
type: grid
type: default
options:
row_class: ''
default_row_class: true
uses_fields: false
row:
type: 'entity:node'
options:
Expand Down Expand Up @@ -220,6 +224,7 @@ display:
arguments: { }
display_extenders: { }
use_ajax: true
css_class: blog-more-teaser
cache_metadata:
max-age: -1
contexts:
Expand Down
10 changes: 8 additions & 2 deletions themes/openy_themes/openy_rose/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion themes/openy_themes/openy_rose/scss/modules/_paragraphs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,10 @@
}
}

.paragraph--type--blog-posts-listing {
.paragraph--type--blog-posts-listing,
.paragraph--type--latest-blog-posts,
.paragraph--type--latest-blog-posts-camp,
.paragraph--type--latest-blog-posts-branch {
.views-exposed-form {
margin-bottom: 30px;
}
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% extends "views-view-unformatted--listing-blog-posts--block.html.twig" %}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% extends "views-view-unformatted--listing-blog-posts--block.html.twig" %}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% extends "views-view-unformatted--listing-blog-posts--block.html.twig" %}

0 comments on commit dcbbef4

Please sign in to comment.