Global variables for text wrap defaults (pull quotes)

Build 1501 on 14/Nov/2017  This topic last edited on: 24/Mar/2015, at 16:02

You can put the following variables within the <Dict> node of the EditorialConfig configuration file. For instructions, see Adding or overriding variables in your EditorialConfig.

Find the actual values of such variables in EditorialConfig item in EdAdmin4, the Application Configuration > Client Applications, searching for EditorialConfig. The data is common for all titles in the system.

Should you need to specify different values of variables for different typographies, look for instructions at the Typography-dependent overridable variables.

Variable

Type

Default value

Comment

glbPullQuoteLRM

string

"auto"

left/right margin of auto-inserted pull quote. If the value is "auto", then it's calculated as:

LRM = CInt(Page.GetInterCol / 2)

glbPullQuoteTBM

string

"auto"

top/bottom margin of auto-inserted pull quote. If the value is "auto", then it's calculated as:

TBM = GetVG()

See also Add pull quote frame for the instruction on how to use personal preferences for pull quote values.