Add new theme in Alfresco SDK maven project
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2015 07:33 AM
Hi everyone,
I've been trying more than a week to deploy a new theme in Alfrsco SDK maven project using eclipse but I failed to do this.
By adding the newTheme.xml file in "share-amp\target\share-amp\config\alfresco\web-extension\site-data\themes\" , I managed to add the new theme in the theme list and nothing else .I didn't know where to put the file newTheme in which there will be the new theme CSS description (skin.css , presentation.css,..).
Could you please tell me how I can effectively deploy a new theme in alfresco SDK project ?
Thank you,
Regards.
Ramy
I've been trying more than a week to deploy a new theme in Alfrsco SDK maven project using eclipse but I failed to do this.
By adding the newTheme.xml file in "share-amp\target\share-amp\config\alfresco\web-extension\site-data\themes\" , I managed to add the new theme in the theme list and nothing else .I didn't know where to put the file newTheme in which there will be the new theme CSS description (skin.css , presentation.css,..).
Could you please tell me how I can effectively deploy a new theme in alfresco SDK project ?
Thank you,
Regards.
Ramy
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2015 01:36 PM
Ramy,
I have done this by creating src/main/resources/META-INF/themes/myTheme under my share-amp project and putting theme css, etc there. The theme is exposed by creating share-amp/src/main/amp/config/alfresco/web-extension/site-data/themes/myTheme.xml file
Mike
I have done this by creating src/main/resources/META-INF/themes/myTheme under my share-amp project and putting theme css, etc there. The theme is exposed by creating share-amp/src/main/amp/config/alfresco/web-extension/site-data/themes/myTheme.xml file
Mike
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2015 09:43 AM
Hi Mike,
it's working now , thank you so much. For all those who will encounter this issue don't forget to add this to the POM.xml in your Share-amp project (see attached image).
Thank you again Mike , you're my savior ^_^
Regards.
Ramy
it's working now , thank you so much. For all those who will encounter this issue don't forget to add this to the POM.xml in your Share-amp project (see attached image).
Thank you again Mike , you're my savior ^_^
Regards.
Ramy
to add in pom.png
8 KB
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2016 10:52 AM
hello,
please can you tell me the steps are u follow to deploy alfresco SDK
thanks
please can you tell me the steps are u follow to deploy alfresco SDK
thanks
