FestinHegre/vendor/symfony/web-profiler-bundle/Resources/config/schema/webprofiler-1.0.xsd
2024-09-26 17:26:04 +02:00

15 lines
507 B
XML

<?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:attribute name="intercept-redirects" type="xsd:boolean" />
</xsd:complexType>
</xsd:schema>