Retrait du nettoyage automatique de html : encore une lubie de geek…
[Plinn.git] / profiles.zcml
index 3c6d24c..d3422ef 100644 (file)
       for="Products.CMFCore.interfaces.ISiteRoot"
       />
 
+  <genericsetup:registerProfile
+      name="photo"
+      title="Plinn photo site"
+      description="Profile for a photo based Plinn site."
+      for="Products.CMFCore.interfaces.ISiteRoot"
+      />
+  <genericsetup:registerProfile
+    name="solr"
+    title="Solr catalog"
+    description="Delegates text indexing to Solr search engine."
+    provides="Products.GenericSetup.interfaces.EXTENSION"
+    for="Products.CMFCore.interfaces.ISiteRoot"
+    />
 </configure>