<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic share-config-custom.xml not working in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/share-config-custom-xml-not-working/m-p/32930#M13925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;share-config-custom.xml not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've successfully created a custom content model in Alfresco but I can't manage to view the type name in Share.&lt;/P&gt;&lt;P&gt;I'm using archetype sdk 2.2.0&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm follwinf jeff pots tutorial... but even following step by step his tutorial and doing exactly the same whitepaper and marketing document all i can do is get a working content model but nothing on share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you for any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my share\src\main\resources\META-INF\share-config-custom.xml file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Share configuration related to this particular Share module extension, such as: - Doclib action config - Form config - Aspect and Type config Note.&lt;BR /&gt; Any configuration related to the whole Share.war webapp (i.e. not specific to this share extension) should be placed in the environment specific config:&lt;BR /&gt; alfresco/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml file --&amp;gt;&lt;BR /&gt;&amp;lt;alfresco-config&amp;gt;&lt;BR /&gt; &amp;lt;!-- Document Library config section --&amp;gt;&lt;BR /&gt; &amp;lt;config evaluator="string-compare" condition="DocumentLibrary"&amp;gt;&lt;BR /&gt; &amp;lt;/config&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;types&amp;gt;&lt;BR /&gt; &amp;lt;type name="myca:mycaDocument"&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="myca:squadra" /&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="myca:giocatore" /&amp;gt;&lt;BR /&gt; &amp;lt;subtype name="myca:trofeo" /&amp;gt;&lt;BR /&gt; &amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;/types&amp;gt;&lt;BR /&gt;&amp;lt;/alfresco-config&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is the working content model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;model name="myca:campionato" xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/dictionary/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/dictionary/1.0&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xsi:schemaLocation="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/dictionary/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/dictionary/1.0&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/5.1.e/root/projects/repository/config/alfresco/model/modelSchema.xsd" rel="nofollow noopener noreferrer" target="_blank"&gt;https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/COMMUNITYTAGS/5.1.e/root/projects/repository/config/alfresco/model/modelSchema.xsd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;!-- Optional meta-data about the model --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Campionato di calcio&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;author&amp;gt;Riccardo Arzenton&amp;lt;/author&amp;gt;&lt;BR /&gt; &amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;imports&amp;gt;&lt;BR /&gt; &amp;lt;!-- Import Alfresco Dictionary Definitions --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;import uri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/dictionary/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/dictionary/1.0&lt;/A&gt;&lt;SPAN&gt;" prefix="d" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;!-- Import Alfresco Content Domain Model Definitions --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;import uri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/content/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/content/1.0&lt;/A&gt;&lt;SPAN&gt;" prefix="cm" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;!-- Import Alfresco System Model Definitions --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;import uri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/system/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/system/1.0&lt;/A&gt;&lt;SPAN&gt;" prefix="sys" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/imports&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;namespaces&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;namespace uri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.campionato.com/model/campionato/calcio/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.campionato.com/model/campionato/calcio/1.0&lt;/A&gt;&lt;SPAN&gt;" prefix="myca" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/namespaces&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;constraints&amp;gt;&lt;BR /&gt; &amp;lt;constraint name="myca:campionatoList" type="LIST"&amp;gt;&lt;BR /&gt; &amp;lt;parameter name="allowedValues"&amp;gt;&lt;BR /&gt; &amp;lt;list&amp;gt;&lt;BR /&gt; &amp;lt;value&amp;gt;Serie A&amp;lt;/value&amp;gt;&lt;BR /&gt; &amp;lt;value&amp;gt;Premier League&amp;lt;/value&amp;gt;&lt;BR /&gt; &amp;lt;value&amp;gt;La Liga&amp;lt;/value&amp;gt;&lt;BR /&gt; &amp;lt;value&amp;gt;Bundesliga&amp;lt;/value&amp;gt;&lt;BR /&gt; &amp;lt;/list&amp;gt;&lt;BR /&gt; &amp;lt;/parameter&amp;gt;&lt;BR /&gt; &amp;lt;/constraint&amp;gt;&lt;BR /&gt; &amp;lt;/constraints&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;types&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Tipo documento di base --&amp;gt;&lt;BR /&gt; &amp;lt;type name="myca:mycaDocument"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Documento Generico Campionato&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Tipo documento di base del Campionato&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt;&lt;BR /&gt; &amp;lt;properties&amp;gt;&lt;BR /&gt; &amp;lt;property name="myca:uiVisibleProperties"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Proprietà visibili&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Proprietà visibili in interfaccia&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:qname&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;multiple&amp;gt;true&amp;lt;/multiple&amp;gt;&lt;BR /&gt; &amp;lt;index enabled="false"&amp;gt;&amp;lt;/index&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;/properties&amp;gt;&lt;BR /&gt; &amp;lt;!-- &amp;lt;associations /&amp;gt; --&amp;gt;&lt;BR /&gt; &amp;lt;!-- &amp;lt;overrides /&amp;gt; --&amp;gt;&lt;BR /&gt; &amp;lt;!-- &amp;lt;mandatory-aspects /&amp;gt; --&amp;gt;&lt;BR /&gt; &amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;type name="myca:squadra"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Squadra&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Squadra&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;parent&amp;gt;myca:mycaDocument&amp;lt;/parent&amp;gt;&lt;BR /&gt; &amp;lt;properties&amp;gt;&lt;BR /&gt; &amp;lt;property name="myca:nomesquadra"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Nome Squadra&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Nome Squadra&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;property name="myca:annofondazione"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Anno Fondazione&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Descrizione breve&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:int&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;property name="myca:campionato"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Campionato&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Campionato&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;multiple&amp;gt;false&amp;lt;/multiple&amp;gt;&lt;BR /&gt; &amp;lt;constraints&amp;gt;&lt;BR /&gt; &amp;lt;constraint ref="myca:campionatoList" /&amp;gt;&lt;BR /&gt; &amp;lt;/constraints&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;property name="myca:nazione"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Nazione&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Nazione&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;property name="myca:citta"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Città&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Città&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;/properties&amp;gt;&lt;BR /&gt; &amp;lt;associations&amp;gt;&lt;BR /&gt; &amp;lt;association name="myca:squadragiocatori"&amp;gt;&lt;BR /&gt; &amp;lt;source&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;many&amp;gt;false&amp;lt;/many&amp;gt;&lt;BR /&gt; &amp;lt;/source&amp;gt;&lt;BR /&gt; &amp;lt;target&amp;gt;&lt;BR /&gt; &amp;lt;class&amp;gt;myca:giocatore&amp;lt;/class&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;many&amp;gt;true&amp;lt;/many&amp;gt;&lt;BR /&gt; &amp;lt;/target&amp;gt;&lt;BR /&gt; &amp;lt;/association&amp;gt;&lt;BR /&gt; &amp;lt;association name="myca:squadratrofei"&amp;gt;&lt;BR /&gt; &amp;lt;source&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;many&amp;gt;false&amp;lt;/many&amp;gt;&lt;BR /&gt; &amp;lt;/source&amp;gt;&lt;BR /&gt; &amp;lt;target&amp;gt;&lt;BR /&gt; &amp;lt;class&amp;gt;myca:trofeo&amp;lt;/class&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;many&amp;gt;true&amp;lt;/many&amp;gt;&lt;BR /&gt; &amp;lt;/target&amp;gt;&lt;BR /&gt; &amp;lt;/association&amp;gt;&lt;BR /&gt; &amp;lt;/associations&amp;gt;&lt;BR /&gt; &amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;type name="myca:giocatore"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Giocatore&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Giocatore&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;parent&amp;gt;myca:mycaDocument&amp;lt;/parent&amp;gt;&lt;BR /&gt; &amp;lt;properties&amp;gt;&lt;BR /&gt; &amp;lt;property name="myca:nomegiocatore"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Nome&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Nome&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;property name="myca:cognomegiocatore"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Cognome&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Cognome&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;property name="myca:datanascita"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Data di Nascita&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Data di Nascita&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;property name="myca:nazionalita"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Nazionalità&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Nazionalità&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;/properties&amp;gt;&lt;BR /&gt; &amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;type name="myca:trofeo"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Trofeo&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Trofeo&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;parent&amp;gt;myca:mycaDocument&amp;lt;/parent&amp;gt;&lt;BR /&gt; &amp;lt;properties&amp;gt;&lt;BR /&gt; &amp;lt;property name="myca:nometrofeo"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Nome Trofeo&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Nome Trofeo&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;property name="myca:annotrofeo"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Anno Trofeo&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Anno Trofeo&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt; &amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;/properties&amp;gt;&lt;BR /&gt; &amp;lt;/type&amp;gt;&lt;BR /&gt; &amp;lt;/types&amp;gt;&lt;BR /&gt;&amp;lt;/model&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jun 2017 15:53:52 GMT</pubDate>
    <dc:creator>reg4xxx</dc:creator>
    <dc:date>2017-06-05T15:53:52Z</dc:date>
    <item>
      <title>share-config-custom.xml not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-config-custom-xml-not-working/m-p/32930#M13925</link>
      <description>share-config-custom.xml not workingI've successfully created a custom content model in Alfresco but I can't manage to view the type name in Share.I'm using archetype sdk 2.2.0&amp;nbsp;I'm follwinf jeff pots tutorial... but even following step by step his tutorial and doing exactly the same whitepaper and ma</description>
      <pubDate>Mon, 05 Jun 2017 15:53:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-config-custom-xml-not-working/m-p/32930#M13925</guid>
      <dc:creator>reg4xxx</dc:creator>
      <dc:date>2017-06-05T15:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: share-config-custom.xml not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/share-config-custom-xml-not-working/m-p/32931#M13926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have an invalid xml, as you are closing the config section and then trying to put more sections inside of it.&lt;/P&gt;&lt;P&gt;Try this one instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="line-numbers language-markup"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;&amp;lt;!-- Share configuration related to this particular Share module extension, such as: - Doclib action config - Form config - Aspect and Type config Note.&lt;BR /&gt;Any configuration related to the whole Share.war webapp (i.e. not specific to this share extension) should be placed in the environment specific config:&lt;BR /&gt;alfresco/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml file --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;alfresco-config&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="comment token"&gt;&amp;lt;!-- Document Library config section --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;config&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;evaluator&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;string-compare&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;condition&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;DocumentLibrary&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;types&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;name&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;myca:mycaDocument&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;subtype&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;name&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;myca:squadra&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;subtype&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;name&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;myca:giocatore&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;subtype&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;name&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;myca:trofeo&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;type&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;types&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;config&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;alfresco-config&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The line 14 in my version was in the line 7 in yours.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 02:06:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/share-config-custom-xml-not-working/m-p/32931#M13926</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-06-08T02:06:46Z</dc:date>
    </item>
  </channel>
</rss>

