Displays a section title followed by a list of pages from specific categories.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Section Title | title | The heading text displayed above the category list. | String | suggested |
| Categories | categories | Comma-separated list of categories to pull pages from. | String | suggested |
| Sort Field | sort | The field used to sort the list (e.g., page, date, user).
| String | optional |
| Sort Order | order | Direction of sorting: 'asc' for ascending or 'desc' for descending.
| String | optional |
| Limit | limit | The maximum number of pages to display in the list.
| Number | optional |
| Formatter | formatter | The output style (e.g., list, table, or a custom template name).
| String | optional |