GridContainer
This commit is contained in:
parent
9709482b10
commit
41d445b140
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user