summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/content_helper.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/helpers/content_helper.rb b/app/helpers/content_helper.rb
index 6bcd437..5810966 100644
--- a/app/helpers/content_helper.rb
+++ b/app/helpers/content_helper.rb
@@ -87,11 +87,14 @@ module ContentHelper
87 # Syntax of the [aggregate ] short code: 87 # Syntax of the [aggregate ] short code:
88 # 88 #
89 # [aggregate 89 # [aggregate
90 # flags="update, pressemitteilung" 90 # children="all" | children="direct" # optional, at least one of children
91 # tags="update, pressemitteilung" # or tags is required
91 # limit="20" 92 # limit="20"
92 # order_by="published_at" 93 # order_by="published_at"
93 # order_direction="DESC" 94 # order_direction="DESC"
94 # ] 95 # ]
96
97
95 def aggregate? content 98 def aggregate? content
96 options = {} 99 options = {}
97 100