assets

Purpose

Project specific configuration relating to assets.

Contained by

Contains

Attribute

Attribute Description Type Default Options Use
base-url Specifies the base URL for assets belonging to the enclosing project element xs:anyURI none    optional 

Example

<assets base-url="/[context_root]/">
  <audio-assets prefix-url="/audio/"/>
  <image-assets prefix-url="/images/"/>
  <script-assets prefix-url="/scripts/"/>
  <text-assets prefix-url="/text/"/>
</assets>

Related topics