Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

App

The App object is a collection of the general settings and information about the shop.

This information can only be eddited from inside EasyNews Admin Dashboard by navigating to the “Settings” tab.


## In this Article


Properties

The App object provides the following Properties:

  • Signature provides the Signature of the newsletter instance as an Signature object
  • Logo provides the Logo of the newsletter instance as an Image object
  • Copyright provides the copyright info
  • Url provides the base url

app.signature

Returns the signature object of the newsletter instance.

{{ app.signature.company }}

OUTPUT

EasyCode-IT AG

Returns the logo of the newsletter instance as an Image.

INPUT

<img src="{{ app.logo.url }}" />

OUTPUT

<img src="/img/logo.jpg" />

app.copyright

Returns the copyright notice of the newsletter, this can be configured under “General Settings” in the “Settings” tab.

INPUT

© {{ app.copyright }}

OUTPUT

© EasyStudios 2015

app.copyright

Returns the url of the newsletter instance, this can be configured under “General Settings” in the “Settings” tab.

INPUT

{{ app.url }}

OUTPUT

http://easystudios.ch

Context

The App Object is aviailable in the following contexts: