This commit is contained in:
Florian 2026-03-17 09:35:01 +01:00
parent 9c6134e05b
commit e6e5279958
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,9 @@
<Label> <Label>
<Text>Hallo Welt</Text> <Text>Hallo Welt</Text>
</Label> </Label>
<Label>
<Text>"Zweite Zeile"</Text>
</Label>
</Content> </Content>
</Page> </Page>
</Pages> </Pages>

View File

@ -20,7 +20,7 @@
This is the Adventures Area. This is the Adventures Area.
Cool. Cool.
</Description> </Description>
<AccessRule>[gamemaster]</AccessRule> <AccessRule>[rule.gamemaster]</AccessRule>
<DisplayInBar>false</DisplayInBar> <DisplayInBar>false</DisplayInBar>
<SortPriority>-100</SortPriority> <!-- Highest will be displayed first --> <SortPriority>-100</SortPriority> <!-- Highest will be displayed first -->
</MarkdownArea> </MarkdownArea>