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:
Signatureprovides the Signature of the newsletter instance as anSignatureobjectLogoprovides the Logo of the newsletter instance as anImageobjectCopyrightprovides the copyright infoUrlprovides the base url
app.signature
Returns the signature object of the newsletter instance.
{{ app.signature.company }}
OUTPUT
EasyCode-IT AG
app.logo
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: