projectdoc Toolbox

Controls if missing sections should render an error message (false) or just display nothing (true).

Tags
Identifier
delegate-document.suppress-error-message.section
Data Type
boolean
Default Value
true
Since
1.9.2

If a delegating page points to a section that does not exist in the delegate document, this property controls how this fact is resolved.

ValueDescription
trueThe not existing section in the delegate document is not rendered. No error message.
falseThe fact that the referenced section does not exist is announced by rendering an error message.

Which mode you choose depends on your strategy. If you add sections that may or may not exist, you should go with the standard behaviour and suppress the error message. On  the other side, if you require a specific section to exist, you probably want to have the missing section be announced by a visible error message.

Note that an empty section in the delegate document is never considered a problem.

References

NameShort Description
Caching Fragments
Activates the page fragment cache for a space.
Render Transclusion Box
Controls the rendering of transclusion boxes.
Suppress Transclusion
Suppresses transclusions when set to 'true' on a space.
Suppress Transclusion Mode
Sets the mode for rendering transcluded content in transclusion suppression mode.
Transclusion Box Date Format
Controls the format of the date rendered on the transclusion box.
Transclusion Box Suppress Date
Controls the rendering of dates on the transclusion box.

Resources

More information on transclusion.

Working with Transclusions
Compare the excerpt feature of Confluence with the transclusion feature of the projectdoc Toolbox.
Transclusion
Tools to provide or consume content to support reuse.