Change the EditorialConfig file for your publications

Build 1501 on 14/Nov/2017  This topic last edited on: 24/Jul/2015, at 11:42

You may want to change the default EditorialConfig settings (..\config\Global\EditorialConfig.xml) to something more suitable for your site.

Typical values to consider to change - if needed - are listed below (with the actual default values).

See also Configure base as percentage and tracking as EM.

<?xml version="1.0" encoding="utf-8"?>

<!--

  Miscellaneous editorial configuration options

 

  CmdDefMis (bool)

    Use default unit in commands created from panels

    Default value: false

  LibThumbSize (int)

    Size of library objects preview

    Default value: 400

  MasterThumbSize (int)

    Size of masters preview

    Default value: 400

  SpellThickSrc  (int) : Spell underline thickness for source editing (1=thin [default], 2=normal, 3=heavy)

  SpellThickJust (int) : Spell underline thickness for WYSIWYG editing (1=thin, 2=normal [default], 3=heavy)

  SpellColor (string)  : WPF Color name or html code (example: "Red" [default], "#17A9FF" ...)

  DefaultPagePreviewOptions (string):

    The default configuration to use to generate page previews

    The real name of the configuration is ppopt_Name (example for the default value set here is ppopt_Default, that must be imported as config)

-->

 

<EditorialConfig

  xmlns="http://www.teradp.com/schemas/GN4/1/EditorialConfig.xsd"

  CmdDefMis="true"

  LibThumbSize="400"

  MasterThumbSize="400"

  DPIMinLimit="36"

  DPIMaxLimit="1200"

  DefaultEngraverInfo="9538m,9538m,9538m,9538m,0,1"

  WordSeparator=" !\&quot;'(),-.:;&lt;&gt;?[]_`"

  SpellThickSrc="1"

  SpellThickJust="2"

  SpellColor="Red"

  DefaultPagePreviewOptions="Default"

  >

 

  <!-- The dummy text to be used for dummy view, if not specified the default one is used -->

  <!--

  <DummyText></DummyText>

  -->

 

  <!-- The dummy img folder to be used for dummy view, if not specified no images will be used -->

  <!--

  <DummyImgFolder></DummyImgFolder>

  -->

 

  <GeoPresets>

    <!-- FormCode="0" is reserved -->

    <!-- GeoPreset mesaures are in postscript points -->

 <GeoPreset FormCode="0" Name="User Defined" Width="0" Height="0" />

 <GeoPreset FormCode="1" Name="Lettere" Width="614.295" Height="794.97" />

 <GeoPreset FormCode="2" Name="Legal" Width="614.295" Height="1011.78" />

 <GeoPreset FormCode="3" Name="Tabloid" Width="794.97" Height="1228.59" />

 <GeoPreset FormCode="4" Name="Letter Half" Width="397.485" Height="614.295" />

 <GeoPreset FormCode="5" Name="Legal Half" Width="505.89" Height="614.295" />

 <GeoPreset FormCode="6" Name="A5" Width="421.101" Height="597.508" />

 <GeoPreset FormCode="8" Name="A4" Width="597.508" Height="845.047" />

 <GeoPreset FormCode="9" Name="A3" Width="845.047" Height="1195.016" />

 <GeoPreset FormCode="10" Name="B5" Width="500.769" Height="711.319" />

  </GeoPresets>

 

  <!-- Free dictionary available to scripting -->

  <Dict>

    <Item Name="bodyname" Value="body" />

    <Item Name="headname" Value="head" />

    <Item Name="subheadname" Value="subhead" />

    <Item Name="photoname" Value="photoCaption" />

    <Item Name="audioname" Value="audioCaption" />

    <Item Name="videoname" Value="videoCaption" />

    <Item Name="kickername" Value="kicker" />

    <Item Name="jumpheadname" Value="jumpHead" />

    <Item Name="introname" Value="intro" />

    <Item Name="blogpostname" Value="blogPost" />

    <Item Name="pullquotename" Value="pullquote" />

    <Item Name="smsbodyname" Value="smsBody" />

    <Item Name="urlname" Value="urlCaption" />

    <Item Name="webbodyname" Value="webBody" />

    <Item Name="webheadname" Value="webHead" />

    <Item Name="cPt" Value="pt" />

 

    <Item Name="globalUseModulesAsVg" Value="0" />

    <Item Name="glbDefaultsHavePriority" Value="0" />

 

    <Item Name="glbKickerH" Value="30000" />

    <Item Name="glbHeadH" Value="60000" />

    <Item Name="glbsubHeadH" Value="50000" />

    <Item Name="glbIntroH" Value="40000" />

    <Item Name="glbPhotoH" Value="60000" />

    <Item Name="glbPullQuoteH" Value="40000" />

    <Item Name="glbBodyMinH" Value="100000" />

    <Item Name="glbVertGrid" Value="1000" />

    <Item Name="glbPhotoH" Value="1" />

 

    <Item Name="globalspikeDelElt" Value="1" />

 

    <!--jump line on the jump page ("jump from")-->

    <Item Name="F_JumpTopM" Value="10pt" />

    <Item Name="F_JumpTopH" Value="20pt" />

    <Item Name="F_JumpTopC" Value="" />

    <!--example of top tag: Continued from # -->

    <Item Name="F_JumpTopT" Value="&gt;jump £&lt;" />

 

    <!--jumpline on the original page ("jump to") -->

    <Item Name="F_JumpBotM" Value="10pt" />

    <Item Name="F_JumpBotH" Value="20pt" />

    <!--example of bottom headname: #1jumphead -->

    <Item Name="F_JumpBotC" Value="jumphead" />

    <!--example of bottom tag: >pqr<See !%!, !£!# (produces right aligned text with See XXX, B21, where XXX is the first word of the jumphead. -->

    <Item Name="F_JumpBotT" Value="&gt;cont !%!,!£!&lt;" />

 

    <!--UNCOMENT THE Item Name line to enable auto-bylines!

    Format to insert bylines:

    - Every byline has a name, up to two lines, three mandatory modifiers (must always be 3), and optional prefix (By or # if no prefix

    - For single line bylines, enter name,style,#,F##,By or #

    - For two-line bylines enter name,style1,style2,FM#,By or #

    - Modifiers: F=full name; M=e-mail D=description,#=do not insert-->

    <Item Name="bylinesstyles" Value="Simple,by01a,#,F##,#,Two-lines,by01,by02,FM#,#" />

 

    <Item Name="logExceptions" Value="false" />

 

  </Dict>

 

</EditorialConfig>