Read environment variables from Alfresco Share (Community 5.2)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 09:13 AM
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
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 05:33 AM
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.
