Specifying the Manual Variable Type - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To specify the type of element for manual variables that is returned in the XML file, complete the following steps.
  1. From the %Composerdir% directory, open Composer.MWS.exe.config with a text editor that supports UTF-8.
  2. Search for the line that begins as follows.
    <add key="manVarResultXmlElementType"
  3. Complete one of the following substeps.
    • To include only the manvar type in the Info XML, set the value attribute to manvar.
    • To include only the manvar2 type in the Info XML, set the value attribute to manvar2.
    • To include both types in the Info XML, set the value attribute to both.
    <add key="manVarResultXmlElementType" value="manvar2" />
    Note: The default value is both.
  4. Save and close the file.