OGo has the ability to assign customize and add project attributes using some defaults.
write more text ...
SkyPublicExtendedProjectAttributes
SkyPrivateExtendedProjectAttributes
The values of the defaults are arrays.
SkyPublicExtendedProjectAttributes = (
{
key = isCustomer;
localizeValue = YES;
type = 2;
},
{
key = passwd;
}
)
TODO: find out what kind of "types" are possible and what customization keys are available.