allow scenario to contain extra first help message. fix #797

This commit is contained in:
2025-08-24 12:38:24 -05:00
parent d096df28a1
commit 0a249614c3
12 changed files with 46 additions and 11 deletions

View File

@@ -50,6 +50,7 @@
<xs:element name="teaser" minOccurs="0" maxOccurs="2" type="xs:string"/>
<xs:element name="icon" type="scenIcon" minOccurs="0"/>
<xs:element name="intro-msg" minOccurs="0" maxOccurs="6" type="xs:string"/>
<xs:element name="first-time-help-extra" minOccurs="0" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ratings">