diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-10 04:08:55 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-10 04:08:55 +0200 |
| commit | 644744183602c68508abb02dbb9f1f321a63f88f (patch) | |
| tree | 616e8a68fec4810af10c46d0708e5ac735a72654 /app/helpers | |
| parent | fd98a2d3053279bd4a848faa52a3ac676db10cbb (diff) | |
Fix docstring for the aggregate shortcode
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/content_helper.rb | 5 |
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 | ||
