cancel
Showing results for 
Search instead for 
Did you mean: 

Where are default properties files stored in Alfresco?

alfresthiel
Champ in-the-making
Champ in-the-making
Where are the properties file?.
I have downloaded alfresco source code but I don't see where dashlets properties are stored.
I need to extend dashlets properties and I have no fucking idea where this fucking properties are.
1 ACCEPTED ANSWER

gawadesk
Star Contributor
Star Contributor
Hello,

Alfresco dashlet is an implementation of webscript. So you have to follow same file path and naming convention as you follow during webscript development.

Coming back to your question you can get properties file of dashlets at below location in alfresco source code :

https://svn.alfresco.com/repos/alfresco-open-mirror/web-apps/Share/trunk/share/src/main/resources/al...

However this path will be different for deployed Share application.

Thanks,
Krishna

View answer in original post

1 REPLY 1

gawadesk
Star Contributor
Star Contributor
Hello,

Alfresco dashlet is an implementation of webscript. So you have to follow same file path and naming convention as you follow during webscript development.

Coming back to your question you can get properties file of dashlets at below location in alfresco source code :

https://svn.alfresco.com/repos/alfresco-open-mirror/web-apps/Share/trunk/share/src/main/resources/al...

However this path will be different for deployed Share application.

Thanks,
Krishna