cancel
Showing results for 
Search instead for 
Did you mean: 

Read environment variables from Alfresco Share (Community 5.2)

idebonis
Confirmed Champ
Confirmed Champ

Hello,

I'm building a custom web-extension for Alfresco Share in Community 5.2. Most of the logic is done through the javascript controllers. Is it there a way to read environment variables from the controller?

Best Regards

1 REPLY 1

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

I dont think you can read in Share because Share is client side part.

You can check from repository side. if it is possible then you can create custom webscript which will return required properties.

You can call that webscript from share side.