Alpha Dia a écrit :
Thanks a lot, MyProject is very interesting even though i do not understand everything inside yet :( Correct me if i am wrong: 1. when i want to create a product that use the features of CPS, it's better to create an extension, rather than writing codes directly in CPSDefault?
Yes. The point is to make it easier to install new versions of CPSDefault without breaking your extension by keeping its file out of the CPS source tree.
2. But to create such an extension, i can use an instance of CPS Default site to build easily new document type, then export the xml files into my new product?
Yes.
3. other question : what are python files getCustomDocumentXXX.py in CPSDocument/skins/cps_document for? can they be used to create new document types for a new product? if yes do you recommend it?
The getCustomXXX.py files are deprecated. They were used to customise CPS site before we had XML profile. It's better to use to the method you described at point #2.
-- Olivier _______________________________________________ cps-devel mailing list http://lists.nuxeo.com/mailman/listinfo/cps-devel
