Adobe Digital Publishing Suite User Manual

Page 70

Advertising
background image

Valid <isAd>, <isFlattenedStack>, and <isTrustedContent> values are “true” and “false.” The <isFlattenedStack> value determines whether
Horizontal Swipe Only is turned on, and <isTrustedContent> determines whether Allow Access to Entitlement Information is turned on for an
HTML article.

Valid <smoothScrolling> values include “always,” “portrait,” “landscape,” and “never.” The default is “never,” which means scrolling snaps to
pages.

Valid <articleAccess> values include "free," "metered," and "protected."

You can use either <byline> or <author> for the Byline metadata.

For <section> entries, specify a string of characters, such as “Lifestyle.” Section values are valid only for v23 folios and later.

The order of the <entry> sections determines the order of the articles in your project when you create your project or when you update it. If an
article’s folder name does not appear in the sidecar, it is moved below those that are listed. The order of items within each <entry> is
insignificant.

Use sidecar.xml for importing multiple articles

<sidecar>

<entry>

<folderName>Article One</folderName>

<articleTitle>title</articleTitle>

<byline>byline</byline>

<kicker>kicker</kicker>

<description>description</description>

<tags>tag1, tag2</tags>

<isAd>false</isAd>

<hideFromTOC>true</hideFromTOC>

<smoothScrolling>never</smoothScrolling>

<isFlattenedStack>false</isFlattenedStack>

<isTrustedContent>true</isTrustedContent>

<articleAccess>free</articleAccess>

<section>section name</section>

</entry>

<entry>

<folderName>Article Two</folderName>

<articleTitle>article 2</articleTitle>

<byline>byline</byline>

<kicker>kicker</kicker>

<description>description</description>

<tags>tag1, tag2</tags>

<isAd>false</isAd>

<hideFromTOC>true</hideFromTOC>

<smoothScrolling>never</smoothScrolling>

<isFlattenedStack>false</isFlattenedStack>

<isTrustedContent>true</isTrustedContent>

<articleAccess>metered</articleAccess>

<section>section name</section>

</entry>

</sidecar>

67

Advertising