After you've created a new Dynamic Delivery output format, also add this new output format to the Content Manager server configuration file MetadataConfig.xml. This step is required to make the Dynamic Delivery-specific setting Remote status available to users who publish to an output based on the output format.
Before you begin
To perform this task, you must have administrator-level access to the
Content Manager server machine.
Procedure
- Access the Content Manager server machine.
- Go to the ISH\Web\Author\ASP\ClientConfig\ subfolder of your Tridion Docs Content Manager root folder.
- In this location, open MetadataConfig.xml for editing in a plain-text editor.
- In the
ishfrmtabs section, find the ishfrmtab element whose id attribute is set to PublicationOutput.WorkflowTabPage.
- Within this
ishfrmtab element, find the ishfrmgroup element whose ref attribute is set to PublicationOutput.SDLDITADeliveryOptionsGroup.
This element has an ishcondition attribute with a value OutputFormat in (DDOUTPUTLIST), where DDOUTPUTLIST is a comma-separated list of names of Dynamic Delivery output formats, each enclosed in single quotes.
- Add the name of your newly created Dynamic Delivery output format to the list, enclosed in single quotes.
- Save and close MetadataConfig.xml.