Skip to content

Commit 1a8d00a

Browse files
Merge pull request #187 from code0-tech/182-add-display-icon-field
Add Icon Field for FlowType and RuntimeFunctionDefinition
2 parents 0e4102a + bfce314 commit 1a8d00a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

proto/shared/shared.flow_definition.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ message FlowType {
2121
// Version of the flow type
2222
// Format: "major.minor.patch", e.g. "1.2.3"
2323
string version = 11;
24+
string display_icon = 12;
2425
}
2526

2627
message FlowTypeSetting {

proto/shared/shared.runtime_function.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ message RuntimeFunctionDefinition {
2424
// Version of the runtime function
2525
// Format: "major.minor.patch", e.g. "1.2.3"
2626
string version = 12;
27+
string display_icon = 13;
2728
}
2829

2930
// Definition of a parameter used for execution

0 commit comments

Comments
 (0)