Document author setting for Atom feeds
**Date deduplication:** Atom requires unique `<updated>` timestamps per entry. Items sharing the same date get seconds incremented to preserve sort order. **Cache-Control for assets:** JSON/GeoJSON get 60s TTL; others get 1 year immutable.
This commit is contained in:
parent
611bf75576
commit
33943a907b
2 changed files with 6 additions and 1 deletions
|
|
@ -54,6 +54,7 @@ Returns flat key-value array with a special `_raw` key containing the full parse
|
|||
| `order` | string | `"descending"` | List sort direction (`ascending`\|`descending`) |
|
||||
| `redirect` | string | — | External URL (list items can redirect) |
|
||||
| `feed` | bool | `false` | Enable Atom feed on list pages (`feed.xml`) |
|
||||
| `author` | string | title | Atom feed author name (falls back to page title) |
|
||||
| `plugins` | string | — | Comma-separated page-level plugin names |
|
||||
|
||||
### Settings Section
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue