src/pyams_template/meta.zcml
changeset 0 31ded33115d7
child 1 42aefb3d3fa5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_template/meta.zcml	Thu Feb 19 10:29:02 2015 +0100
@@ -0,0 +1,20 @@
+<configure
+		xmlns="http://pylonshq.com/pyramid"
+		xmlns:meta="http://namespaces.zope.org/meta">
+
+	<meta:directives namespace="http://namespaces.ztfy.org/pyams">
+
+		<meta:directive
+			name="template"
+			schema=".metadirectives.ITemplateDirective"
+			handler=".metaconfigure.template_directive" />
+
+		<meta:directive
+			name="layout"
+			schema=".metadirectives.ILayoutTemplateDirective"
+			handler=".metaconfigure.layout_template_directive" />
+
+	</meta:directives>
+
+</configure>
+