Skip to content

Commit

Permalink
feat: new element for paper's own widgets (#528)
Browse files Browse the repository at this point in the history
* feat: new element for paper's own widgets

* rename type

* fix typo

* Update stroeer/core/v1/article.proto

Co-authored-by: Patrick Dahms <pat.dahms@googlemail.com>

* format comment

---------

Co-authored-by: Jan Meischner <jan.meischner@stroeer.de>
Co-authored-by: Jan Meischner <jan.meischner@googlemail.com>
Co-authored-by: Patrick Dahms <pat.dahms@googlemail.com>
  • Loading branch information
4 people committed Apr 12, 2024
1 parent 638c16a commit 65fa82a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stroeer/core/v1/article.proto
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ message Article {
* | `AGENCY` | author, contains one `metadata` [`Asset`][a] |
* | `EDGE_SIDE_INCLUDE` | `<esi:include>` that must be resolved server-side for SEO reasons, otherwise similar to `OEMBED` |
* | `CITATION` | oEmbed, contains one `metadata` [`Asset`][a]. Todo: sample |
* | `INTERNAL_WIDGET` | widget or embed that is handled directly by the front end rendering Todo: sample |
*
* [a]: article_%DB%B0_element_%DB%B0_asset.html
* [e]: #element
Expand All @@ -291,6 +292,7 @@ message Article {
AGENCY = 7;
EDGE_SIDE_INCLUDE = 8;
CITATION = 9;
INTERNAL_WIDGET = 10;
}
/** @CodeBlockEnd */

Expand Down

0 comments on commit 65fa82a

Please sign in to comment.