Specifications Profiles

Profiles work according to the following rules:

General

  • fs_content, content of the page, cannot be maintained by a profile. Properties are determined by the page.
  • Object properties are adopted based on the name of the object.

Page-level

Objects on page-level will be applied if:

  • the object types match
  • the object, according to the profile, belongs to the page-level
    If the object, according to the profile, belongs to container-level, the object will initially be placed inside the container. However, conflict-management will destroy the object inside the container, because objects on page-level take precedence over containers.
  • If it is an object of the container-type, the objects of the page and the profile will be combined. The order inside the profile takes precedence.

Container-level

Objects on container-level will be applied if:

  • The object, according to the profile, should be inside the container.
    If that's not the case, and an object with the same name does exist inside the container, then this object is destroyed. This also happens if the container, inside which the object should be according to the profile, does not exist inside the page.
    In case the concerning container does not exist inside the profile, the object will be added to the container.
    Type-differences will be ignored inside containers.

« BackNext »