Adding new subsystem on Community 5.2

cancel
Showing results for 
Search instead for 
Did you mean: 
ffd4229
Active Member

Adding new subsystem on Community 5.2

Newbie question:

How adding new subsystem on Community 5.2 ?

I edited mimetypes-extension-map file.

<alfresco-config area="mimetype-map">
    <config evaluator="string-compare" condition="Mimetype Map">
        <mimetypes>
                <mimetype mimetype="application/testconvert" display="Test file">
                <extension>test</extension>
                </mimetype>
        </mimetypes>
    </config>
</alfresco-config>

What should I do next ?

3 Replies
kalpesh_c2
Senior Member

Re: Adding new subsystem on Community 5.2

Hi,
Please specify,
Which type of custom subsystem you wanted to add ?
What you wanted to do with that subsystem?
 To add new you can refer these documentations.
 Subsystems | Alfresco Documentation
Configuring Alfresco subsystems | Alfresco Documentation https://docs.alfresco.com/5.2/references/dev-extension-points-custom-subsystem.html
Alfresco Subsystems 

Thanks,
Kalpesh
ContCentric

afaust
Master

Re: Adding new subsystem on Community 5.2

From the example code it looks like he just wants to add some mimetype / transformation support. Unfortunately they either did not express themselves properly or the Google translation messed up...

ffd4229
Active Member

Re: Adding new subsystem on Community 5.2

Hi,

I want to add a transformer.

Thanks.