이름 |
설명 |
ExtensionBehavior |
Documents implementing this behavior can have extensions applied to their
content. |
LocalizedBlameBehavior |
Adds the user who created and lastly changed the document. |
NavigationContextBehavior |
The implementing document can have navigation contexts applied to it. |
OrderBehavior |
The node of the implementing document will have an "order" property
populated which represents its position in the set of the parents children. |
RedirectTypeBehavior |
Classes implementing this behavior will be able to act as
redirects to external URLs or internal content. |
ResourceSegmentBehavior |
The resource segment is a URI segment which represents the
implementing document in the full URL. |
RobotBehavior |
Document which contains robot configurations (no-index, no-follow). |
RouteBehavior |
Routes are documents which represent a URL segment and provide
a reference to the document which should form the basis of the
page rendered when the URL is accessed. |
SecurityBehavior |
This behavior enables documents to apply a permission to them. The set permissions will be hydrated together with
the document, in order to enable users to display the permissions in some way. |
ShadowLocaleBehavior |
The implemting document will be to enable a "shadow locale". Shadow locale
(a.k.a fallback locale) means that translations will be loaded from the
assigned shadow locale instead of the documents assigned locale. |
StructureBehavior |
Documents implementing this behavior can have structures applied to them. |
TargetBehavior |
Document which has another document as a target. |
WebspaceBehavior |
Document is contained within a webspace. |
WorkflowStageBehavior |
The implementing document will be able to have workflow stages
assigned to it, for example "test" or "published". |