cancel
Showing results for 
Search instead for 
Did you mean: 

[Social collaboration] how to change branding

Bauke_Roo
Star Contributor
Star Contributor

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

Bauke_Roo
Star Contributor
Star Contributor

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?