Skip to main content
Skip table of contents

Design Module


HTML/XML
<design key="simple" name="Jungfrau" skin="none"
        configuration="net/getunik/confluence/skin/core/theme/defaults/designs/simple.xml">
    <description>The subtle design.</description>
    <resource name="themeicon.gif" type="download"
              location="net/getunik/confluence/skin/core/theme/img/designs/simple.png">
        <property key="content-type" value="image/png"/>
    </resource>
    <resource name="themepreview.gif" type="download"
              location="net/getunik/confluence/skin/core/theme/img/designs/simple-preview.png">
        <property key="content-type" value="image/png"/>
    </resource>
</design> 


Name

Required


key

(tick)


name

(tick)


configuration

(tick)


resource (themeicon.gif)

(error)

The tag with the name themeicon.gif is used as placeholder in the design list.

CODE
<resource name="themeicon.gif" type="download"
     location="net/getunik/confluence/skin/core/theme/img/designs/simple.png">
	 <property key="content-type" value="image/png"/>
</resource>


resource(themepreview.gif)

(error)

The tag with the name themepreview.gif is used for the design preview in the design list

CODE
<resource name="themepreview.gif" type="download"
     location="net/getunik/confluence/skin/core/theme/img/designs/simple-preview.png">
	 <property key="content-type" value="image/png"/>
</resource>

resource




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.