Skip to content

Commit

Permalink
articles also need fields like section pages do
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianpahlke committed Apr 17, 2024
1 parent 3be0787 commit 0d19c6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stroeer/page/article/v1/article_page.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package stroeer.page.article.v1;
import "stroeer/core/v1/article.proto";
import "stroeer/core/v1/shared.proto";
import "stroeer/page/stage/v1/stage.proto";
import "stroeer/page/section/v1/section_page.proto";

option go_package = "github.com/stroeer/go-tapir/page/article/v1;article";

Expand All @@ -28,4 +29,7 @@ message ArticlePage {
// - submenu
// - external references
stroeer.core.v1.Reference navigation_menu = 4;

// meta information to render an article page such as commercial settings.
stroeer.page.section.v1.SectionPage.Section section = 5;
}

0 comments on commit 0d19c6b

Please sign in to comment.