Displaying Rational DOORS indents in a document

You can set up Rational® DOORS® Web Access to display the indents in your Rational DOORS modules in your Rational DOORS Web Access documents.
If you want Rational DOORS Web Access documents to display the automatic indentation that is used in Rational DOORS modules, add the following lines to f:properties in the server\festival\config\festival.xml file:
<f:properties>
  <f:property name="doors.indent.main.column" value="false" />
  <f:property name="left.justify.main.column" value="false" />

Feedback