placement

Specifies where to feed the article in the destination section.

Syntax
<placement
    poolid="..."
    type="(inbox|list)"?
    placement="(top|bottom)"?
  />
Attributes
poolid="..."

The id of the pool (inbox or list) where to feed the article.

type="(inbox|list)" (optional)

The type of the pool.

Allowed values are:

inbox (default)

Feed the article to a inbox.

list

Feed the article to a list.

placement="(top|bottom)" (optional)

Specifies where to add the article in the pool.

Allowed values are:

top (default)

Adds the article at the top of the pool.

bottom

Adds the article at the bottom of the pool.

Contents