-
name
java.lang.String name
The full name of the project.
-
combineSelf
java.lang.String combineSelf
Whether to inherit configuration from a parent
project site descriptor (merge
)
or not (override
).
-
bannerLeft
Banner bannerLeft
Banner logo on the masthead of the site to the left.
-
bannerRight
Banner bannerRight
Banner logo on the masthead of the site to the right.
-
googleAdSenseClient
java.lang.String googleAdSenseClient
Your Google AdSense client id.
-
googleAdSenseSlot
java.lang.String googleAdSenseSlot
Your Google AdSense slot id.
-
googleAnalyticsAccountId
java.lang.String googleAnalyticsAccountId
The id for your Google Analytics account.
-
publishDate
PublishDate publishDate
Modify the date published display properties.
-
version
Version version
Modify the version published display properties.
-
edit
java.lang.String edit
The base url to edit Doxia document sources.
In general, ${project.scm.url}
value should do the job.
-
poweredBy
java.util.List<E> poweredBy
Field poweredBy.
-
skin
Skin skin
The artifact containing the skin for the site.
-
body
Body body
The main site content decoration.
-
custom
java.lang.Object custom
Custom configuration for use with customized
Velocity templates. Data from this field are
accessible in Velocity template from
$decoration.custom
variable as DOM content.
Example: $decoration.custom.getChild(
'customElement' ).getValue()
-
lastModified
long lastModified
Timestamp of the last modification of this decoration model.
-
modelEncoding
java.lang.String modelEncoding
Field modelEncoding.
-
menusByRef
java.util.Map<K,V> menusByRef