Merge command: [strnews-boxtext ]
Merge variable/item: strNewsLinkText

Comments:
Gets the descriptive news box text from item `newsLinkText` as stored on the current document in the news box settings section. In case this is empty it gets a default value from the website (doc).

Formula:
@If(newsLinkText="";@GetDocField(websiteID;"newsLinkText");newsLinkText);