GridContainer

This commit is contained in:
Florian 2026-04-13 16:38:46 +02:00
parent 9709482b10
commit 41d445b140

View File

@ -45,21 +45,35 @@
</Page>
<Page Name="newchar">
<Content>
<BaseSingleSelect>
<Base>"base.races.Playable"</Base>
<Output>"data.character.race.id"</Output>
<Display>"file.name"</Display>
<PropertyOutputs>
<PropertyOutput>
<Property>"data.race.speed"</Property>
<Output>"data.character.race.speed"</Output>
</PropertyOutput>
<PropertyOutput>
<Property>"file.name"</Property>
<Output>"data.character.race.name"</Output>
</PropertyOutput>
</PropertyOutputs>
</BaseSingleSelect>
<GridContainer>
<Cols>2</Cols>
<Content>
<Label>
<Text>Name</Text>
</Label>
<Label>
<Text>Herbert</Text>
</Label>
<Label>
<Text>Rasse</Text>
</Label>
<BaseSingleSelect>
<Base>"base.races.Playable"</Base>
<Output>"data.character.race.id"</Output>
<Display>"file.name"</Display>
<PropertyOutputs>
<PropertyOutput>
<Property>"data.race.speed"</Property>
<Output>"data.character.race.speed"</Output>
</PropertyOutput>
<PropertyOutput>
<Property>"file.name"</Property>
<Output>"data.character.race.name"</Output>
</PropertyOutput>
</PropertyOutputs>
</BaseSingleSelect>
</Content>
</GridContainer>
<Label>
<Text>[data.character.race.name]</Text>
</Label>
@ -69,7 +83,6 @@
<MarkdownDisplay>
<MarkdownId>[data.character.race.id]</MarkdownId>
</MarkdownDisplay>
<textarea></textarea>
</Content>
</Page>
</Pages>