Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/Zapp-Pipes/5.-Feed-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The content element type attribute depends on the Entry type:
- For Article use ```html```.
- For Image use one of the following types:
```image/png```, ```image/gif```, ```image/jpg```, ```image/jpeg```
- For Video use ```video/hls```.
- For Video use ```video/hls``` for `HLS` type, ```video/dash``` for `DASH` type, ```video/mp4``` for `MP4` type, ```video/3gp``` for `3GP` type.
- For YouTube Video use ```youtube-id```
- For Image-gallery use ```application/atom+xml```
- Article type MUST contain the escaped embedded HTML markup within. Any HTML tags that are not of the following ```<p>, <a>, <strong>, <h2>, <h3>, <h4>, <h5>, <img>``` Aren't recommended and can cause bad article formatting.
Expand Down