How Can a DataType be available In a specific WorkArea?
Only In a specific WorkArea is unvisible ?
Sorry,my means is :I want to create a datatype , it is only used in a workarea. But now it is visable in others workarea.
<category name="Locations"> <locations> <branch vpath-regex="main/test"/> </locations> <data-type name="LocationDetail" dcr-type="xml"> <presentation> <template name="locationdetail.tpl" extension="html"> <locations> <branch vpath-regex=".*" preview-dir="/locations"> <directory dir-regex="locations" /> </branch> </locations> </template> </presentation> </data-type> </category>