<?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: Where to find a default theme in a  SDK All-In-One project for creating a custom theme? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/where-to-find-a-default-theme-in-a-sdk-all-in-one-project-for/m-p/87243#M26320</link>
    <description>&lt;P&gt;Well any default theme won't exist in sdk itself.&amp;nbsp;In prior versions of sdk (sdk 3.x and below), acs and share used to run in embeded tomcat within sdk, then it was possible to get ootb items within sdk.&lt;/P&gt;
&lt;P&gt;SDK 4.x based out of docker containers so you have to look for the default themes in share container at this path:&lt;/P&gt;
&lt;PRE&gt;/usr/local/tomcat/webapps/share/themes&lt;/PRE&gt;
&lt;P&gt;You can copy the default themes from there and create your custom theme by taking reference from there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or if have share war file, you can extract and get the default themes:&lt;/P&gt;
&lt;P&gt;&lt;U&gt;War download link:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://artifacts.alfresco.com/nexus/content/repositories/releases/org/alfresco/share/6.2.1/share-6.2.1.war" target="_blank" rel="nofollow noopener noreferrer"&gt;https://artifacts.alfresco.com/nexus/content/repositories/releases/org/alfresco/share/6.2.1/share-6.2.1.war&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Follow these documentations and develop your custom theme:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/6.1/concepts/dev-extensions-share-themes.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.1/concepts/dev-extensions-share-themes.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/6.1/tasks/dev-extensions-share-tutorials-add-theme.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.1/tasks/dev-extensions-share-tutorials-add-theme.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Have a look at this thread, it may be helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/footer-alfresco/m-p/302216/highlight/true#M21459" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/footer-alfresco/m-p/302216/highlight/true#M21459&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can also find some theme demo project here for reference:&amp;nbsp;&lt;A href="https://github.com/abhinavmishra14/share-theme-demo/tree/master/share62-theme-demo" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/abhinavmishra14/share-theme-demo/tree/master/share62-theme-demo&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Oct 2020 14:00:04 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2020-10-05T14:00:04Z</dc:date>
    <item>
      <title>Where to find a default theme in a  SDK All-In-One project for creating a custom theme?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/where-to-find-a-default-theme-in-a-sdk-all-in-one-project-for/m-p/87242#M26319</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;do I have to copy a theme from a running production environment to have a startpoint for a custom theme? In the documention/turoial about creating a theme in Alfresco Content Services 6.2 the following information is written:&lt;/P&gt;&lt;P&gt;"As you might have guessed, this requires you to actually download and install &lt;SPAN class="ph"&gt;Alfresco Content Services&lt;/SPAN&gt;. To avoid having to do that you can also run the all-in-one project once and you will have the required theme resources in &lt;SPAN class="ph filepath"&gt;all-in-one/share/target/share/themes&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;However this folder does not exist in sdk4.x based projects (probably because it´s docker based?).&lt;/P&gt;&lt;P&gt;I hope someone can give me an hint,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 13:29:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/where-to-find-a-default-theme-in-a-sdk-all-in-one-project-for/m-p/87242#M26319</guid>
      <dc:creator>nettania</dc:creator>
      <dc:date>2020-10-05T13:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find a default theme in a  SDK All-In-One project for creating a custom theme?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/where-to-find-a-default-theme-in-a-sdk-all-in-one-project-for/m-p/87243#M26320</link>
      <description>&lt;P&gt;Well any default theme won't exist in sdk itself.&amp;nbsp;In prior versions of sdk (sdk 3.x and below), acs and share used to run in embeded tomcat within sdk, then it was possible to get ootb items within sdk.&lt;/P&gt;
&lt;P&gt;SDK 4.x based out of docker containers so you have to look for the default themes in share container at this path:&lt;/P&gt;
&lt;PRE&gt;/usr/local/tomcat/webapps/share/themes&lt;/PRE&gt;
&lt;P&gt;You can copy the default themes from there and create your custom theme by taking reference from there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or if have share war file, you can extract and get the default themes:&lt;/P&gt;
&lt;P&gt;&lt;U&gt;War download link:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://artifacts.alfresco.com/nexus/content/repositories/releases/org/alfresco/share/6.2.1/share-6.2.1.war" target="_blank" rel="nofollow noopener noreferrer"&gt;https://artifacts.alfresco.com/nexus/content/repositories/releases/org/alfresco/share/6.2.1/share-6.2.1.war&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Follow these documentations and develop your custom theme:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/6.1/concepts/dev-extensions-share-themes.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.1/concepts/dev-extensions-share-themes.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/6.1/tasks/dev-extensions-share-tutorials-add-theme.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.1/tasks/dev-extensions-share-tutorials-add-theme.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Have a look at this thread, it may be helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/footer-alfresco/m-p/302216/highlight/true#M21459" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/footer-alfresco/m-p/302216/highlight/true#M21459&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can also find some theme demo project here for reference:&amp;nbsp;&lt;A href="https://github.com/abhinavmishra14/share-theme-demo/tree/master/share62-theme-demo" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/abhinavmishra14/share-theme-demo/tree/master/share62-theme-demo&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 14:00:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/where-to-find-a-default-theme-in-a-sdk-all-in-one-project-for/m-p/87243#M26320</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-10-05T14:00:04Z</dc:date>
    </item>
  </channel>
</rss>

