Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apis/workflows/v1/diagram.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ message RenderOptions {
// "dagre" or "elk". Defaults to "dagre"
string layout = 1 [(buf.validate.field).string = {
in: [
"", // if not set, defaults to "dagre"
"", // if not set, defaults to "dagre"
"dagre",
"elk"
]
Expand All @@ -40,7 +40,7 @@ message RenderOptions {
// Set explicitly the direction of the diagram: https://d2lang.com/tour/layouts/#direction.
string direction = 5 [(buf.validate.field).string = {
in: [
"", // if not set, defaults to the d2 default, which is "down"
"", // if not set, defaults to the d2 default, which is "down"
"up",
"down",
"right",
Expand Down