comparison src/Kachkaev/JstmplBundle/Resources/config/jstmpl.xml @ 0:493bcb69166c

added public content
author Daniel Wolff
date Tue, 09 Feb 2016 20:54:02 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:493bcb69166c
1 <?xml version="1.0" ?>
2
3 <container xmlns="http://symfony.com/schema/dic/services"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
6
7 <parameters>
8 <parameter key="jstmpl.source.patterns" type="collection"></parameter>
9 <!--parameter key="jstmpl.output.pattern">/tmpl/{name}.html</parameter-->
10 </parameters>
11 </container>