Displaying the Process Options Dialog Box - 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 display the Process Options dialog box when the user opens a bundle, complete the following steps:
  1. From the %Composerdir% directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
  2. Search for the line that begins as follows.
    <add key="showProcessOptions" 
  3. Complete one of the following substeps.
    • To display the Process Options dialog box, set the value attribute to True.
    • To not display the Process Options dialog box, set thevalue attribute to False.

      An empty string passes as value for process title and process type.

    Example

    <add key="showProcessOptions" value="True" />
    Note: The default value is True.
  4. Save and close the file.