src/ztfy/baseskin/tal/configure.zcml
changeset 0 747fc65e13e2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ztfy/baseskin/tal/configure.zcml	Sun May 11 02:03:37 2014 +0200
@@ -0,0 +1,17 @@
+<configure
+	xmlns="http://namespaces.zope.org/zope"
+	i18n_domain="ztfy.blog">
+
+	<adapter
+		name="skin"
+		factory=".api.SkinTalesAPI"
+		provides="zope.traversing.interfaces.IPathAdapter"
+		for="*" />
+
+	<adapter
+		name="metas"
+		factory=".api.ContentMetasTalesAPI"
+		provides="zope.traversing.interfaces.IPathAdapter"
+		for="*" />
+
+</configure>
\ No newline at end of file