Skip to content

Commit

Permalink
don't reserve number of removed field
Browse files Browse the repository at this point in the history
  • Loading branch information
harryherbig committed Feb 13, 2024
1 parent 612a6f4 commit f984500
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stroeer/page/article/v1/article_page.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ message ArticlePage {
// Unpublished elements will be filtered according to their metadata.
stroeer.core.v1.Article article = 1;

// formerly related_articles
reserved 2;

// stages for article pages contain companions, links to topic pages, A-Z Modules etc.
// configuration.fields contains a `stage_type`, which defines the rendering position
repeated stroeer.page.stage.v1.Stage stages = 3;
Expand Down

0 comments on commit f984500

Please sign in to comment.