OGo has the ability to assign customize and add project attributes using some defaults.

write more text ...

Defaults

SkyPublicExtendedProjectAttributes
SkyPrivateExtendedProjectAttributes

The values of the defaults are arrays.

Example

SkyPublicExtendedProjectAttributes = (
  {
    key = isCustomer;
    localizeValue = YES;
    type = 2;
  },
  {
    key = passwd;
  }
)

TODO: find out what kind of "types" are possible and what customization keys are available.