Skip to content

Commit

Permalink
2891: Added description of rss data
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Nov 11, 2024
1 parent 594dcfe commit dab6e32
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Feed/SupportedFeedOutputs.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,15 @@ class SupportedFeedOutputs
final public const string INSTAGRAM_OUTPUT = 'instagram';

/**
* TODO: Describe data structure.
* Data example:
*
* [
* {
* title: "Lorem ipsum dolor sit amet.",
* lastModified: "2023-02-13T07:00:00.360Z",
* content: "Vestibulum sagittis lobortis purus quis tempor. Aliquam pretium vitae risus id condimentum.",
* }
* ]
*/
final public const string RSS_OUTPUT = 'rss';
}

0 comments on commit dab6e32

Please sign in to comment.