* fix: add summary field in JSON output format This fixes that the summary/description was not included in the feed. As a side-note, we cannot remove the content_html field even if only the summary/description is present. > content_html and content_text are each optional strings — but one or > both must be present. * test: add JSON view tests --------- |
||
|---|---|---|
| .. | ||
| atom.tsx | ||
| error.tsx | ||
| index.tsx | ||
| json.ts | ||
| layout.tsx | ||
| rss.tsx | ||
| rss3.test.ts | ||
| rss3.ts | ||
| views.test.tsx | ||