Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #53 from HPI-de/issue/51-add-infobit-content
Browse files Browse the repository at this point in the history
feat(myhpi): add InfoBit.content
  • Loading branch information
JonasWanke authored Oct 4, 2019
2 parents dbae5e2 + eaf262b commit 3018b97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hpi/cloud/myhpi/v1test/info_bit.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ message InfoBit {
// The cover image.
hpi.cloud.common.v1test.Image cover = 5;

// Required. The description (HTML).
// Required. A short description.
string description = 6;

// HTML-formatted content that can be set in addition to the description.
string content = 10;

// Different ways children are displayed within this info bit.
enum ChildDisplay {
NONE = 0;
Expand Down

0 comments on commit 3018b97

Please sign in to comment.