filter types that can be added to agenda folders

This commit is contained in:
Frédéric Péters 2011-12-09 17:15:43 +01:00
parent 5d771192e7
commit 1e6f15c811
1 changed files with 7 additions and 2 deletions

View File

@ -8,8 +8,13 @@
<property name="content_icon">folder_icon.gif</property>
<property name="allow_discussion">False</property>
<property name="global_allow">True</property>
<property name="filter_content_types">False</property>
<property name="allowed_content_types" />
<property name="filter_content_types">True</property>
<property name="allowed_content_types">
<element value="tabellio.agenda.comevent"/>
<element value="tabellio.agenda.event"/>
<element value="tabellio.agenda.folder"/>
<element value="tabellio.agenda.parlevent"/>
</property>
<!-- schema interface -->
<property name="schema">tabellio.agenda.folder.IAgendaFolder</property>