<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org
/dtd/spring-beans.dtd'>
<beans>
<!– Registration of new models –>
<bean id="extension.dictionaryBootstrap" parent="dictionaryModelBootstrap" d
epends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/customModel.xml</value>
</list>
</property>
</bean>
</beans>
et le customModel.xml(.sample? je me rappelle plus) sera à ce moment là chargé.- <type name="my:FicheProjet">
<title>Fiche Projet</title>
<parent>cm:content</parent>
- <properties>
- <property name="my:identifiantFP">
<type>d:text</type>
</property>
- <property name="my:libelleFP">
<type>d:text</type>
</property>
</properties>
</type>
- <!– Definition of new Content Type: Item de calendrier
–>
- <type name="my:FPMensuelle">
<title>Fiche Projet Mensuelle</title>
<parent>cm:content</parent>
- <properties>
- <property name="my:identifiantFPM">
<type>d:text</type>
</property>
- <property name="my:libelleFPM">
<type>d:text</type>
</property>
</properties>
</type>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.