From 644744183602c68508abb02dbb9f1f321a63f88f Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 10 Jul 2026 04:08:55 +0200 Subject: Fix docstring for the aggregate shortcode --- app/helpers/content_helper.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/helpers') 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 # Syntax of the [aggregate ] short code: # # [aggregate - # flags="update, pressemitteilung" + # children="all" | children="direct" # optional, at least one of children + # tags="update, pressemitteilung" # or tags is required # limit="20" # order_by="published_at" # order_direction="DESC" # ] + + def aggregate? content options = {} -- cgit v1.3