Merge command: [strnews-boxpaginationon ]
Merge variable/item: strNewsLinkPaginationOn

Comments:
This gets the prevnext_on-item from the from the database/category that is configured on the news box. This value indicates whether the database/category has pagination activated (that shows whether there are underlying documents) or not.

Formula:
@If( strSourcetype="category";@Text(@GetDocField(strNewsLinkCategoryID;"prevnext_on")); strSourcetype="database";@Text(@GetDocField(strNewsLinkDatabaseID;"prevnext_on")); "");