* 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
12 lines
313 B
Properties
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
|