Specifying the Block Expand Level - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external - Content-Composer/Advanced-Design-and-Setup/Foundation-23.2/Content-Composer-Advanced-Design-and-Setup/Content-Composer-Client-Configuration/The-appSettings-Element-in-Composer.Client.exe.config/Specifying-the-Block-Expand-Level - 2023-12-18

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
ft:locale
en-US
To specify the level to which text blocks automatically expand when the user selects a document, complete the following steps.
  1. From the %Composerdir% directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
  2. Within the <appSettings> element, insert the following line:
    <add key="blockExpandLevel" value="1" />
  3. Complete one of the following substeps:
    • To expand all levels, set the value attribute to -1.
    • To expand all blocks up to a certain level, set the value attribute to the required level, such as 3.
    • To not expand a level, set thevalue attribute to 0.
    Note: The default value is 1.
  4. Save and close the file.