Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <alfresco-config>
- <!-- Document Library config section -->
- <config evaluator="string-compare" condition="DocumentLibrary">
- <tree>
- <!--
- Whether the folder Tree component should enumerate child folders or not.
- This is a relatively expensive operation, so should be set to "false" for Repositories with broad folder structures.
- -->
- <evaluate-child-folders>true</evaluate-child-folders>
- <!--
- Optionally limit the number of folders shown in treeview throughout Share.
- -->
- <maximum-folder-count>-1</maximum-folder-count>
- </tree>
- <!--
- Used by the "Manage Aspects" action
- For custom aspects, remember to also add the relevant i18n string(s)
- cm_myaspect=My Aspect
- -->
- <aspects>
- <!-- Aspects that a user can see -->
- <visible>
- <aspect name="cm:generalclassifiable" />
- <aspect name="cm:complianceable" />
- <aspect name="cm:dublincore" />
- <aspect name="cm:effectivity" />
- <aspect name="cm:summarizable" />
- <aspect name="cm:versionable" />
- <aspect name="cm:templatable" />
- <aspect name="cm:emailed" />
- <aspect name="emailserver:aliasable" />
- <aspect name="cm:taggable" />
- <aspect name="app:inlineeditable" />
- <aspect name="cm:geographic" />
- <aspect name="exif:exif" />
- </visible>
- <!-- Aspects that a user can add. Same as "visible" if left empty -->
- <addable>
- </addable>
- <!-- Aspects that a user can remove. Same as "visible" if left empty -->
- <removeable>
- </removeable>
- </aspects>
- <!--
- Used by the "Change Type" action
- Define valid subtypes using the following example:
- <type name="cm:content">
- <subtype name="cm:mysubtype" />
- </type>
- Remember to also add the relevant i18n string(s):
- cm_mysubtype=My SubType
- -->
- <types>
- <type name="cm:content">
- <subtype name="ged:meliesDocument"/>
- </type>
- <type name="cm:folder">
- </type>
- </types>
- <!--
- File upload configuration
- -->
- <file-upload>
- <!--
- Adobe Flashâ„¢
- In certain environments, an HTTP request originating from Flash cannot be authenticated using an existing session.
- See: http://bugs.adobe.com/jira/browse/FP-4830
- For these cases, it is useful to disable the Flash-based uploader for Share Document Libraries.
- -->
- <adobe-flash-enabled>true</adobe-flash-enabled>
- </file-upload>
- </config>
- <!-- ADAMI -->
- <config evaluator="string-compare" condition="AdvancedSearch">
- <advanced-search>
- <!-- Forms for the advanced search type list -->
- <forms>
- <form label="Melies Document" description="Contenu de type Melies Document">ged:meliesDocument</form>
- <!-- version avec i18n : <form labelId="search.form.label.ged_meliesdocument" descriptionId="search.form.desc.ged_meliesdocument">doc:testContractType</form> -->
- </forms>
- </advanced-search>
- </config>
- <config evaluator="model-type" condition="ged:meliesDocument">
- <forms>
- <!-- Search form -->
- <form id="search">
- <field-visibility>
- <!-- Meta generiques : -->
- <show id="cm:name" />
- <show id="cm:title" force="true" />
- <show id="cm:description" force="true" />
- <show id="cm:content" force="true" />
- <show id="mimetype" />
- <!-- Toutes les meta-donnees specifiques existantes utilisees : -->
- <show id="ged:statut" />
- <show id="ged:domaine" />
- <show id="ged:oeuvres" />
- <show id="ged:series" />
- <show id="ged:traite" />
- <show id="ged:tousInterpretes" />
- <show id="ged:interpretes" />
- <show id="ged:groupes" />
- <show id="ged:nature" />
- <show id="ged:reclamation" />
- <show id="ged:dateReception" />
- <show id="ged:utilLogin" />
- <show id="ged:commentaire" />
- <show id="ged:titreOriginal" />
- <show id="ged:societeDoublageId" />
- <show id="ged:type" />
- </field-visibility>
- <appearance>
- <!-- Meta generiques : -->
- <field id="cm:title">
- <control template="/org/alfresco/components/form/controls/textfield.ftl" />
- </field>
- <field id="cm:content">
- <control>
- <control-param name="editorAppearance">explorer</control-param>
- </control>
- </field>
- <field id="mimetype">
- <control template="/org/alfresco/components/form/controls/hidden.ftl">
- <control-param name="contextProperty">mimeType</control-param>
- </control>
- </field>
- <!-- Meta specifiques : -->
- <field id="ged:statut">
- <control template="/org/alfresco/components/form/controls/selectmany.ftl" />
- </field>
- <field id="ged:domaine">
- <control template="/org/alfresco/components/form/controls/selectmany.ftl" />
- </field>
- <field id="ged:traite">
- <control template="/org/alfresco/components/form/controls/selectmany.ftl" />
- </field>
- <field id="ged:tousInterpretes">
- <control template="/org/alfresco/components/form/controls/selectmany.ftl" />
- </field>
- <!-- numberrange = deux champs : min et max. Inutile ici.
- <field id="ged:interpretes">
- <control template="/org/alfresco/components/form/controls/numberrange.ftl" />
- </field>
- -->
- <field id="ged:nature">
- <control template="/org/alfresco/components/form/controls/selectmany.ftl" />
- </field>
- <field id="ged:dateReception">
- <control template="/org/alfresco/components/form/controls/daterange.ftl" />
- </field>
- <field id="ged:type">
- <control template="/org/alfresco/components/form/controls/selectmany.ftl" />
- </field>
- </appearance>
- </form>
- </forms>
- </config>
- </alfresco-config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement