Skip to content

Commit

Permalink
added advertorial content sub type (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismana committed Jan 31, 2022
1 parent 0a8701b commit a21bbfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stroeer/core/v1/article.proto
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ message Article {
*
* // Content originally imported from agency/tickers by the CMS
* AGENCY_IMPORT = 8;
*
* // Advertorial
* ADVERTORIAL = 9;
* }
* ```
*/
Expand Down Expand Up @@ -308,6 +311,9 @@ message Article {

// Content originally imported from agency/tickers by the CMS
AGENCY_IMPORT = 8;

// Advertorial
ADVERTORIAL = 9;
}
}
/**
Expand Down

0 comments on commit a21bbfd

Please sign in to comment.