[Social collaboration] how to change branding
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2014 09:39 AM
Hi There,
I understood (correct me if I'm wrong) that it is not possible to edit the branding of the social collaboration module by using Nuxeo Studio.
How should I edit the branding?
Thanks in advance, Bauke Roo
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2014 12:51 PM
I found the social collaboration theme extension point capeable of doing this:
<component name="org.nuxeo.social.collaboration.theme.override">
<require>org.nuxeo.social.collaboration.theme</require>
<extension target="org.nuxeo.theme.styling.service" point="styles">
<style name="social_collaboration_specific">
<src>themes/css/social_collaboration_specific.css</src>
</style>
</extension>
</component>
However is there a css template file available?
