Skip to content

Commit 71cbc64

Browse files
author
Heckmann
committed
Changed to modern Enum format
1 parent 984fcb8 commit 71cbc64

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

mevislab.github.io/content/tutorials/summary/summary3.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,11 @@ Interface {
578578
}
579579
Field selected3DView {
580580
type = Enum
581-
values = Segmented,File,Both
581+
items {
582+
item Segmented {}
583+
item File {}
584+
item Both {}
585+
}
582586
}
583587
Field totalVolume {
584588
internalName = CalculateVolume.totalVolume

mevislab.github.io/content/tutorials/summary/summary8.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,11 @@ Interface {
139139
}
140140
Field selected3DView {
141141
type = Enum
142-
values = Segmented,File,Both
142+
items {
143+
item Segmented {}
144+
item File {}
145+
item Both {}
146+
}
143147
}
144148
Field totalVolume {
145149
internalName = CalculateVolume.totalVolume

0 commit comments

Comments
 (0)