MarkdownDisplay

This commit is contained in:
Florian 2026-04-13 13:29:42 +02:00
parent e3ab42189a
commit 01544972dd

View File

@ -47,13 +47,17 @@
<Content> <Content>
<BaseSingleSelect> <BaseSingleSelect>
<Base>"base.races.Playable"</Base> <Base>"base.races.Playable"</Base>
<Output>"data.character.race.name"</Output> <Output>"data.character.race.id"</Output>
<Display>"file.name"</Display> <Display>"file.name"</Display>
<PropertyOutputs> <PropertyOutputs>
<PropertyOutput> <PropertyOutput>
<Property>"data.race.speed"</Property> <Property>"data.race.speed"</Property>
<Output>"data.character.race.speed"</Output> <Output>"data.character.race.speed"</Output>
</PropertyOutput> </PropertyOutput>
<PropertyOutput>
<Property>"file.name"</Property>
<Output>"data.character.race.name"</Output>
</PropertyOutput>
</PropertyOutputs> </PropertyOutputs>
</BaseSingleSelect> </BaseSingleSelect>
<Label> <Label>
@ -62,6 +66,9 @@
<Label> <Label>
<Text>[data.character.race.speed]</Text> <Text>[data.character.race.speed]</Text>
</Label> </Label>
<MarkdownDisplay>
<MarkdownId>[data.character.race.name]</MarkdownId>
</MarkdownDisplay>
</Content> </Content>
</Page> </Page>
</Pages> </Pages>