On 26 October 2011 09:47, Olivier Lamy <[email protected]> wrote:
> Hello,
> Not sure it's possible with site.xml.
> My idea was using project.properties.
If you wish to have the config in site.xml you can use the <custom>
element. Something like:
<custom>
<fluidoSkin>
<topBarEnabled>true</topBarEnabled>
</fluidoSkin>
</custom>
Then you can use it in the site template like this:
$decoration.custom.getChild('fluidoSkin').getChild("topBarEnabled").getValue()
Regards,
Ivan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]