mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Mise en place d'un squelette temporaire fonctionnel d'application Symfony. - Ajout bundles debug & runtime pour une implémentation standard - Configuration minimale - .env file in specific directory - Frontal application app.php
16 lines
624 B
XML
16 lines
624 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<xsd:schema xmlns="http://symfony.com/schema/dic/debug"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="http://symfony.com/schema/dic/debug"
|
|
elementFormDefault="qualified">
|
|
|
|
<xsd:element name="config" type="config" />
|
|
|
|
<xsd:complexType name="config">
|
|
<xsd:attribute name="max-items" type="xsd:integer" />
|
|
<xsd:attribute name="min-depth" type="xsd:integer" />
|
|
<xsd:attribute name="max-string-length" type="xsd:integer" />
|
|
<xsd:attribute name="dump-destination" type="xsd:string" />
|
|
</xsd:complexType>
|
|
</xsd:schema>
|