Filestore public folder and user module url modal settings
-
I would like to know one thing about the new filestorage folder .
Do do I understand it correctly that ($MA_HOME)/filestore/public folder has the same logic like overrides folder so the updates on Mango do not modify the file contents.
Reason is that as I am building my custom directives/components I would like to put html templates and files with them into folders for keeping a nice hierarchy of my customization.
Another thing is that have you planned on showing other than .js files in the modal for better customization?
i.e maybe add filtering for selectable files so that the selected files can be only .js but the user can also modify other files like html/css etc? Right now if I need to modify some html page I need to ssh into mango and modify it there. But it would be sometimes more convenient to do the modifications through the opened modal.
Ideally I could probably do these modifications myself but this is just a suggestion as you also suggest to develop inside Mango system if I understand your logic behind recent developments of dashboards. : - )
Thanks
Thomas -
@thomaseinasto said in Filestore public folder and user module url modal settings:
Do do I understand it correctly that ($MA_HOME)/filestore/public folder has the same logic like overrides folder
It is not the same as the overrides folder. It is a completely separate concept.
@thomaseinasto said in Filestore public folder and user module url modal settings:
updates on Mango do not modify the file contents.
Updates to Mango will not affect the contents of the file store folder.
@thomaseinasto said in Filestore public folder and user module url modal settings:
Reason is that as I am building my custom directives/components I would like to put html templates and files with them into folders for keeping a nice hierarchy of my customization.
Yes the file store is a good place to put your files.
@thomaseinasto said in Filestore public folder and user module url modal settings:
Another thing is that have you planned on showing other than .js files in the modal for better customization?
i.e maybe add filtering for selectable files so that the selected files can be only .js but the user can also modify other files like html/css etc? Right now if I need to modify some html page I need to ssh into mango and modify it there. But it would be sometimes more convenient to do the modifications through the opened modal.I'm not sure what the question is here. I don't know what modal you are talking about or where "selectable files" comes into play.
If you store all your custom component files (js, html, css) in the file store you will be able to edit them inside the Mango UI and you will not have to use ssh to edit the files.
-
This post is deleted!