At the top of the screen which lists all resources is a link which lets you add a new resource. When you click on this link, you will be presented with a screen where the resource details should be entered.
You must enter the following information:
This is a unique name for the resource which can be used within an IEG script to reference it. Depending on the resource type, a naming convention may be enforced for use within an IEG script. The sections on Adding Images and Changing Static Text have more details.
When serving a resource to a web browser, a content type is required to instruct the browser how to handle the resource. The most common content types used in an IEG script would be image/png for a PNG image and text/plain for a properties file.
The file chooser allows the user to pick the resource to upload.
The following information is optional:
The category in which the new resource is to be added.
For resources used in IEG scripts, this can be left empty.
If you wish to have a locale specific version of a resource, enter the locale code here. When the system searches for a resource, it uses a fall-back mechanism similar to Java. For example, if the current locale is en_US the system will attempt to locate the resource for the en_US locale, then en and finally the "default" resource. The "default" resource is specified by leaving the locale field empty when uploading the resource.
This indicates if the resource is for internal use only and should never be served to the web browser. In this first release of IEG, this setting can be ignored.
A description of the resource.