From 8e74fa253deea78486df2324071c94654bdca503 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 3 Dec 2014 10:40:41 +0100 Subject: Make expand entries in compact view after jumping to next/previous feed optional with a setting --- templates/part.content.php | 3 ++- templates/part.settings.php | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/part.content.php b/templates/part.content.php index c18069cde..3226dc839 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -5,7 +5,8 @@ ng-class="{ compact: Content.isCompactView(), 'feed-view': Content.isFeed() - }"> + }" + news-compact-expand="{{ Content.isCompactExpand() }}">
diff --git a/templates/part.settings.php b/templates/part.settings.php index ae7cdf772..6e35d944b 100644 --- a/templates/part.settings.php +++ b/templates/part.settings.php @@ -19,6 +19,16 @@

+

+ +

+