hi there!

I'm migrating my ATGoogleVideo product to use Generic Setup and I have a couple of questions:

in the beginning I removed the whole Extensions folder, but the product was not installing, so I copied the code Raphael share in the users list some days ago and it seems to be working fine.

I review my content type definition and based on what Martin done in b-org I think everything is now well defined in the XML files.

I only have a couple of issues in my test suite:

1. my content type is not being registered in "default_page_types"

Im using the following code in propertiestool.xml:

<?xml version="1.0"?>
<object name="portal_properties" meta_type="Plone Properties Tool">
  <object name="navtree_properties" meta_type="Plone Property Sheet">
    <property name="default_page_types" type="lines">
      <element value="Google Video" />
    </property>
  </object>
</object>

2. my content type is not being registered as "linkable" in Kupu and I don't know where to look for an example of how to do this using GS.

can anybody help me?


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to