<?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 Re: Edit-metadata within document-details in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/edit-metadata-within-document-details/m-p/305709#M258839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The most future proof way of doing this is via an extension. I have done this on my sites. It takes a bit to piece it together but&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/40-reusing-existing-alfresco-components" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/40-reusing-existing-alfresco-components&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is an excellent place to start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 23:40:23 GMT</pubDate>
    <dc:creator>rjohnson</dc:creator>
    <dc:date>2015-03-31T23:40:23Z</dc:date>
    <item>
      <title>Edit-metadata within document-details</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/edit-metadata-within-document-details/m-p/305708#M258838</link>
      <description>Alfresco version: 5.0.c CommunityI have some custom content types that need to be indexed by hand via metadata.&amp;nbsp; The documents are handwritten so the users need to be able to see the document while they edit the metadata.When I was first getting my head around Alfresco, I accomplished this by direct</description>
      <pubDate>Tue, 31 Mar 2015 19:03:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/edit-metadata-within-document-details/m-p/305708#M258838</guid>
      <dc:creator>dsmith</dc:creator>
      <dc:date>2015-03-31T19:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Edit-metadata within document-details</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/edit-metadata-within-document-details/m-p/305709#M258839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The most future proof way of doing this is via an extension. I have done this on my sites. It takes a bit to piece it together but&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/40-reusing-existing-alfresco-components" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/40-reusing-existing-alfresco-components&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is an excellent place to start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 23:40:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/edit-metadata-within-document-details/m-p/305709#M258839</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-03-31T23:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Edit-metadata within document-details</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/edit-metadata-within-document-details/m-p/305710#M258840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Bob, I'm reading through it now.&amp;nbsp; I can understand the modifications you ended up making to edit-metadata.ftl (I didn't know about @markup before) but the part I'm still struggling with is how to package modifications to a ftl file into an extension (hopefully via mvn generated AMP files as that's where the rest of my customization has been), rather than just changing the template in-place.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Getting my head around how the SDK structure maps to the installation and when things like Spring and webscripts are necessary has been the most confusing part but hopefully following up on the post you linked to and others will help gel it for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Update - Seems like I'm about halfway there after starting to read another &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://blogs.alfresco.com/wp/developer/2011/08/12/customizing-alfresco-share-freemarker-templates/" rel="nofollow noopener noreferrer"&gt;https://blogs.alfresco.com/wp/developer/2011/08/12/customizing-alfresco-share-freemarker-templates/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;blog post&amp;lt;/a&amp;gt; by Dave Draper.&amp;nbsp; FTL extensibility seems to be defined by sections demarked by @region directives, or was as of 4.x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's when he says something like "Create a file called “dashboard.ftl” and place it in the package “alfresco.templates.blog.demo.customization“" that I'm getting a little confused - how does that package translate to the maven-created file structure of the SDK 2.0?&amp;nbsp; IE where do I actually put dashboard.ftl?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:46:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/edit-metadata-within-document-details/m-p/305710#M258840</guid>
      <dc:creator>dsmith</dc:creator>
      <dc:date>2015-04-01T12:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Edit-metadata within document-details</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/edit-metadata-within-document-details/m-p/305711#M258841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you email me directly, I'll send you a JAR that will work for you to look at.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 23:37:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/edit-metadata-within-document-details/m-p/305711#M258841</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-04-01T23:37:57Z</dc:date>
    </item>
  </channel>
</rss>

