initial commit

This commit is contained in:
boris
2025-09-30 09:24:25 +01:00
committed by boris
parent a783a12c97
commit c7770ea03b
4695 changed files with 525784 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xsd:schema xmlns="http://symfony.com/schema/dic/webprofiler"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://symfony.com/schema/dic/webprofiler"
elementFormDefault="qualified">
<xsd:element name="config" type="config" />
<xsd:complexType name="config">
<xsd:attribute name="toolbar" type="xsd:boolean" />
<xsd:sequence>
<xsd:element name="toolbar" type="toolbar" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute name="intercept-redirects" type="xsd:boolean" />
</xsd:complexType>
<xsd:complexType name="toolbar">
<xsd:attribute name="enabled" type="xsd:boolean" />
<xsd:attribute name="ajax-replace" type="xsd:boolean" />
</xsd:complexType>
</xsd:schema>