Am Freitag, 11. Mai 2007 schrieb Grégory Joseph:
> On May 11, 2007, at 11:02 , Oliver Lietz wrote:
> > Hi Greg,
> >
> > can you please suggest a name for the branch? It will contain the
> > custom node
> > type, namespace and multi value property stuff.
>
> Err, nodetype_experimental or something? nt_namespaces_experimental ?
>
> BTW, just as a reminder, what does it change to nodetypes? As of
> today, one can already register custom nodetypes(i've done it for the
> forum), either with no namespace, or the "mgnl:" one.
You can define nodetypes and namespaces in your module's xml file and it has
support for CND. The code is very defensive. The module's xml file looks than
like this:
-----------------------------------------------------------------------
<repositories>
<repository>
<name>magnolia</name>
<workspaces>
<workspace>
<name>products</name>
</workspace>
</workspaces>
<namespaces>
<namespace>
<prefix>expro</prefix>
<uri>http://example.com/jcr/ns/products</uri>
</namespace>
</namespaces>
<nodeTypeFile>/mgnl-nodetypes/example-product.cnd</nodeTypeFile>
</repository>
</repositories>
-----------------------------------------------------------------------
I'm working on proper gui support at the moment, see my other mail (Dialogs
and Controls...) which contains a sample CND file.
> Also, is there any interdependencies between the nodetype/namespace
> features and the multivalue property features?
No. I need both features for a private and a client's project.
O.
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------