2021.1

Table Of Contents
l Enable for Print Context: Check to enable <div> resizing in the Print contexts.
l Enable for Web Context: Check to enable <div> resizing in the Web contexts.
l Enable for Email Context: Check to enable <div> resizing in the Email contexts.
l Detail tables preview limit
l Maximum number of records to show in preview: This setting limits the number
of records to show in detail tables in both the Designer (Preview tab) and
Datamapper. The lower this number, the shorter the time before the preview or the
next record will appear.
l Dragging data fields to the editor. When you drag-and-drop a data field into a template,
a placeholder appears in the template and a script is added (see "Inserting variable data
directly (drag-and-drop)" on page797). This option specifies what to use as the script's
selector.
l New scripts use a class selector (recommended): The placeholder is wrapped in
a Span element, and the Span's class is used as selector. This is recommended
because it is faster (see: "Optimizing scripts" on page883).
l New scripts perform a search and replace: The placeholder text is used as
selector.
Tip
Hold the ALT key while dragging to change this behavior on the fly.
CSS options
A CSS preprocessor is a CSS extension language that allows you to enhance CSS with code
(variables, for example) and then compile it into plain CSS. CSS Preprocessor Sass is
integrated in Connect.
For more information about Sass, see: https://sass-lang.com/.
The CSS options relate to the way Sass (.scss) files are compiled in Connect. See also: "Using
a Sass file" on page749 in the Online Help: https://help.objectiflune.com/en/planetpress-
connect-user-guide/2021.1/.
l Output style: This setting determines the use of spaces and indentation in the compiled
CSS file. For examples of the available output styles, see: https://sass-
lang.com/documentation/file.SASS_REFERENCE.html#output_style.
Page 848