Base Select

This commit is contained in:
Florian 2026-04-13 10:30:19 +02:00
parent b2046a5701
commit 289f7935d0
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@
</Group>
<Group Name="race">
<Variables>
<String Name="id"/>
<String Name="name"/>
<Int Name="speed"/>
</Variables>

View File

@ -50,6 +50,9 @@
<Output>[data.character.race.name]</Output>
<Display>"file.name"</Display>
</BaseSingleSelect>
<Label>
<Text>[data.character.race.name]</Text>
</Label>
</Content>
</Page>
</Pages>