antville/code/SkinMgr/type.properties
Hannes Wallnöfer e8adb95a2c Added support for skinsets:
* Skins are attached to skinset rather than site objects
 * Each site can have multiple skinsets
 * Skinsets can inherit from each other
 * Added subclasses of imagemgr and skinmgr that mount on root/manage
2003-10-07 15:14:47 +00:00

12 lines
313 B
Properties

# all skinsets
_children = collection (skinset)
_children.local = SITE_ID
_children.foreign = SKINSET_F_SITE
_children.order = SKINSET_NAME
# shared skinsets
shared = collection (skinset)
shared.local = SITE_ID
shared.foreign = SKINSET_F_SITE
shared.order = SKINSET_CREATETIME
shared.filter = SKINSET_SHARED = 1