Allow to edit <head>
1087
Views
3
Comments
Implemented
Frontend (App Interfaces)
OutSystems 5.1
I noticed that the developers aren't able to edit the <head>. I would like to see it possible because, with IE9, we are able to define a jumplist with <meta>.

Also to be able to include css and javascript source files from other places on the network so we don't have to store them in service studio.

As dicusses in this forum thread https://www.outsystems.com/forums/discussion/6548/add-meta-tags-in-head/ you can actually do that using the HTTPRequestHandler extension.

Using the extension to pass in text can be time consuming in going through code and having to escape all of the special characters.  If you are using wizards to generate the code, then you are having to go through multiple locations to create this code rather than just writing it where it should be.