Hello All, Is there a reason why I can store on the CMS so few file formats ? For example: I can store .css files, but not .js files I can store .png and .jpeg but not .svg I would also want to be able to store font files, audio and video files, etc.. Does Ivy Team has a vision to extend the list in future releases ? Best Regards, Yordan asked 17.08.2016 at 08:01 Stelt0 |
You can store any file in the Html Dialog resources directory. Just use create a subdirectory called 'resources' in the package of your HtmlDialog. The files within will be accessible for JSF resources. And of course you can also use the webContent folder for global resources. The only drawback of this solutions is, that the contents do not support multiple languages by API. answered 17.08.2016 at 09:09 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 17.08.2016 at 08:01
Seen: 1,869 times
Last updated: 17.08.2016 at 09:25
In my personal view it is bad design that the CMS allows modification and creation of contents at runtime. The CMS should only contain static content.
There are a few other good storages for files which have no type limitations:
Maybe I used the wrong words. I was talking about static content as well. "Store in CMS" = adding content during the development via Axon Ivy Designer GUI
The problem is that the supported file types are very small number.
oops, yes I misunderstood the question in first place :-)