GridContainer

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

View File

@ -45,6 +45,18 @@
</Page>
<Page Name="newchar">
<Content>
<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>
@ -60,6 +72,8 @@
</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>