FeedPress Namespace Reference
The FeedPress namespace provides elements for FeedPress-specific feed metadata, including podcast identifiers, newsletter identifiers, locale information, and custom CSS file references.
| Namespace URI | https://feed.press/xmlns |
|---|---|
| Specification | FeedPress Namespace Specification |
| Prefix | <feedpress:*> |
| Available in | RSS |
| Property | feedpress |
Types
ts
export namespace FeedPressNs {
export type Feed = {
link?: string
newsletterId?: string
locale?: string
podcastId?: string
cssFile?: string
}
}Related
- Parsing Namespaces - How namespace parsing works