source: WAeUP_SRP/branches/joachim-azax-branch/profiles/default/contenttyperegistry.xml

Last change on this file was 486, checked in by joachim, 18 years ago

svn -R propset svn:keywords "Id" .
added layout_application_/edit/create/view
and cleaned that up.

  • Property svn:keywords set to Id
File size: 808 bytes
Line 
1<?xml version="1.0"?>
2<object name="content_type_registry" meta_type="Content Type Registry">
3 <predicate name="link" content_type_name="Link" predicate_type="extension">
4  <argument value="url,link"/>
5 </predicate>
6 <predicate name="news" content_type_name="News Item"
7    predicate_type="extension">
8  <argument value="news"/>
9 </predicate>
10 <predicate name="document" content_type_name="Document"
11    predicate_type="major_minor">
12  <argument value="text"/>
13  <argument value=""/>
14 </predicate>
15 <predicate name="image" content_type_name="Image"
16    predicate_type="major_minor">
17  <argument value="image"/>
18  <argument value=""/>
19 </predicate>
20 <predicate name="file" content_type_name="File" predicate_type="major_minor">
21  <argument value="application"/>
22  <argument value=""/>
23 </predicate>
24</object>
Note: See TracBrowser for help on using the repository browser.