You may want to mark highlighted text in an article to be published in print edition only, e.g. URL to Web page etc.
To route parts of text only to print edition
1.In Ted4, open an article on the Articles main tab and then highlight a text block
2.Click the P icon in the toolbar, or press SHIFT+CTRL+P.
In the source pane, the print-only text appears in format according to your personal preferences.
See Define text color attributes for a channel to learn how to set an appropriate personal preference for print-only text display.
To verify that Print-only text won't go in print channel
1.In Ted4, ensure that the WYSIWYG pane is displayed (See Switch between views).
2.Switch to the HTML/XML preview.
3.Verify that the text, marked as print-only, is not displayed in the Web preview.
See also Previewing content for channels.
The print-only text is marked with the specific region, e.g. >rem regionid,2<. You need to specify the actual region id under <Dict> node in the EditorialConfig. In the default configuration, the print region is undefined, therefore you can't use it unless you configure it first as explained below. If your system has only one typography To set it up for your GN4 single-typography system, add printRegionId value to your EditorialConfig as (replace xxx with the value of your print region): <Item Name="printRegionId" Value="xxx" /> If your system has only more typographies Since 1.4.1587.x version, you can specify typography dependent overridable variables. See Typography-dependent overridable variables for instructions In versions prior to 1.4.1587.x To customize typography-sensitive print regions for your GN4 multiple-typography system, add printRegion value to your EditorialConfig: <Item Name="printRegion" Value="typography1Id,printRegion1Id,typography2Id,printRegion2Id,typography3Id,printRegion3Id" /> PrintRegion consists of a list of pairs of typographyId and printregionId (consecutive). There must be a comma between values, but no trailing spaces. The last value has no trailing coma. The first number is the id of one of your typographies. The second number is the id of the print region for the typography that precedes it. Therefore: the values are to be entered in pairs: typographyId, regionid, typographyId, regionid, typographyId, regionid, and so on. If you have two typographies, then you will have 4 values in PrintRegion. If you have six typographies, then you will have 12 values in PrintRegion. If PrintRegion is not specified in the EditorialConfig, the PrintRegionId value is used, if different than 0 - otherwise, an error message is displayed when you attempt to use it. This is available since 1.4.1509.x. Further info: Customize global variables and About global overridable variables. |
See also
Routing parts of text to Web only
Exclude article elements for specific channels
And also
Routing parts of text to a specific channel (as a general procedure that works for any channel).