Skip to content

Commit

Permalink
* README → Parameters description → `outputterParams->templates->item…
Browse files Browse the repository at this point in the history
…`, `outputterParams->templates->wrapper` → Placeholders → `[+total+]`, `[+totalFound+]`: Missed description has been added.
  • Loading branch information
Ronef committed Sep 5, 2023
1 parent c1add6e commit 89f3e75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ Get resources from custom DB table.
* `[+`any placeholders from `placeholders` param`+]` — Any custom placeholders (see `outputterParams->placeholders` description below).
* `[+itemNumber+]` — Item number started from 1.
* `[+itemNumberZeroBased+]` Item number started from 0.
* `[+total+]` — number of returned items
* `[+totalFound+]` — number of found items
* Valid values:
* `stringChunkName`
* `string` — use inline templates starting with `@CODE:`
Expand All @@ -242,6 +244,8 @@ Get resources from custom DB table.
* `[+`any of extender placeholders`+]` — Any extender placeholders (see extenders description below).
* `[+`any placeholders from `placeholders` param`+]` — Any custom placeholders (see `outputterParams->placeholders` description below).
* `[+ddGetDocuments_items+]`
* `[+total+]` — number of returned items
* `[+totalFound+]` — number of found items
* Valid values:
* `stringChunkName`
* `string` — use inline templates starting with `@CODE:`
Expand Down

0 comments on commit 89f3e75

Please sign in to comment.