Finding autonav options

I'm new to C5 and having a tough time finding some of the more basic docs...

I see that when I make an autonav block, the menu has some properties that can be set (well, one I could find).

Where can I track down the others? I'll have multiple menus and I need to alter the style for each - was hoping that I can specify a class name - ie: menu->classname(foofoo)

I can't even find some basics, like a listing of all "Area" names. What am I missing?

Thanks!
spork
View Replies:
Remo replied on at Reply
Remo
There's no list of area names because you use whatever name you like.

There's a list in the submission guide to make sure the marketplace themes use the same names, but that's it.


About block properties. The code is the only documentation which is always up to date and instead of looking for a documentation I got used to look into the code... The safest and easiest way. I can use blocks which aren't part of the core too, even if they have been published 5 minutes ago without any kind of documentation.

Sure, this is not the perfect way for everybody but if you want to put blocks in your template you should know some php stuff anyways.

Start by looking here
/(concrete)/blocks/block-name/db.xml
/(concrete)/blocks/block-name/controller.xml

You'll find all block properties in these files..