To specify the level to which text blocks automatically
expand when the user selects a document, complete the following steps.
-
From the
%Composerdir% directory, open
Composer.Client.exe.config with a text editor that supports
UTF-8.
-
Within the
<appSettings> element, insert the following
line:
<add key="blockExpandLevel" value="1" />
-
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.
-
Save and close the file.