[Social collaboration] how to change branding

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

0 votes

1 answers

1675 views

ANSWER



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?

0 votes