Commit bcc7aa8f authored by Roman Shevchenko's avatar Roman Shevchenko Committed by intellij-monorepo-bot
Browse files

[project] tuning app. info XSD to get rid of incorrect highlighting of "feedback" elements

(cherry picked from commit 5e08188ff80f6eec8cb3ac57ba0cb91d509ff975)

GitOrigin-RevId: 2c1a708a087a76637a3ca630ab55a6464fa22e58
parent 42ab0a99
Showing with 1 addition and 1 deletion
+1 -1
......@@ -510,7 +510,7 @@
</xs:complexType>
<xs:complexType name="zendeskFormType">
<xs:sequence>
<xs:element name="field" type="zendeskFieldType" maxOccurs="unbounded"/>
<xs:element name="field" type="zendeskFieldType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute type="xs:string" name="url" use="required"/>
<xs:attribute type="xs:string" name="zendesk-form-id"/>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment