You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Page Title and Document Name Handling
If the targetLocation
or adjustTitleAfterMoveRequest
is not set by the wizard (soy template), the placeholder @parentPageTitle
, it will be replaced with the parent page's name. The sort key property will also be set to the next higher number according to the current siblings of the new page, if at least one placeholder is used.
Otherwise the title of the page is set to the name of the document.
Transcluded By
Name | Short Description | Doctype |
---|
ProjectDocContextProvider | The standard context provider or templates. | component |
ProjectDocSpaceContextProvider | Context provider to templates of structural pages that need not to be created individually. This is usually the case for pages like the space homepage. It is created once and edited by the user. There is no need to create this page in an existing page, like it may be the case for a doctype homepage. | component |
ProjectDocSubdocumentContextProvider | The standard context provider or templates to create subpages. The context provider basically deals with the title uniqueness (by adding the parent document's name as part of the page title) and sort order (first documents first). | component |
SubspaceContextProvider | The standard context provider for home and special pages. | component |