Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix by script - Avoid cross space links to DOCS56
HTML Wrap
alignright
classmenu

 Related topics:

Publishing means transferring content from a Magnolia author instance to public instances. The technical term for this process is activation.

...

Magnolia is distributed as two web applications: an author instance where editors work and a public instance where visitors access the website. Typically you have at least two public instances for load balancing and high availability reasons. Content is published from the author instance to the public instances.

...

  • Publish: Publishes the selected node to the public instance.
  • Publish incl. subnodes: Publishes the selected node and its children to the public instance. This action typically runs asynchronously because it can take a while to activate lots of content.
  • Unpublish: Unpublishes (deactivates) the node from the public instance.

Apps typically display the publishing status in the workbench.

Include Page
DOCS56:_Publication statusDOCS56:
_Publication status

Scheduled publishing

With workflow you can schedule publishing (activation) to a future date and include approval steps. Workflow is an Enterprise Edition feature.The editor who launches the publication workflow can add a comment for the reviewer and set a publication date. 

...

To publish only modified pages, add a modifiedOnly property in the action definition and set it to true:

Advanced Tables - Table Plus
enableHeadingAttributesfalse
enableSortingfalse
classm5-configuration-tree
enableHighlightingfalse
Node nameValue

Mgnl n
activateRecursive


Mgnl p
asynchronous

true

Mgnl p
dialogName

workflow:publishRecursive

Mgnl p
extends

../activate

Mgnl p
icon

icon-publish-incl-sub

Mgnl p
modifiedOnly

true

Mgnl p
notifyUser

false

Mgnl p
recursive

true

...