Salut Olivier! I think that having it in the site.xml, as proposed by Ivan, would be more canonical, since site.xml is where skin is declared. Thanks a lot Ivan for the hint, feel free to work on it if you want!
Question is: topbar enabled or disabled by default? Personally I would like to have it enabled, but I suspect that the general opinion is having it disabled :) Have a nice day, all the best! PS as a side note: I've been working on improving icons styles, don't be scared/worried if something doesn't look like it should do! it still is a sandbox anyway :P http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Oct 26, 2011 at 10:01 AM, Ivan Habunek <[email protected]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
