mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-30 14:49:53 +02:00
[BridgeAbstract] Add item categories
parent
e59488d1b1
commit
f8c08277fb
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,7 @@ $item['timestamp'] // Timestamp of the item in numeric format (use `strtotime`)
|
||||||
$item['author'] // Name of the author
|
$item['author'] // Name of the author
|
||||||
$item['content'] // Content in HTML format
|
$item['content'] // Content in HTML format
|
||||||
$item['enclosures'] // Array of URIs to an attachments (pictures, files, etc...)
|
$item['enclosures'] // Array of URIs to an attachments (pictures, files, etc...)
|
||||||
|
$item['categories'] // Array of category names
|
||||||
```
|
```
|
||||||
|
|
||||||
### Item usage
|
### Item usage
|
||||||
|
@ -171,6 +172,7 @@ Parameter | ATOM | HTML | (M)RSS
|
||||||
`author`|X|X|X
|
`author`|X|X|X
|
||||||
`content`|X|X|X
|
`content`|X|X|X
|
||||||
`enclosures`|X|X|X
|
`enclosures`|X|X|X
|
||||||
|
`categories`|X|X|X
|
||||||
|
|
||||||
## The `getDescription` function
|
## The `getDescription` function
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue