(Quick Reference)

p:siteName

Purpose

Renders the name of the site. This is defined in config plugin.platformCore.site.name.

For example your Config would set this to the name of your product or service, such as "Twitter".

Plugins and views can use this to refer to your web application.

Example

{docx:xml} <p:siteName/> <p:siteName encodeAs="JavaScript"/> {docx}

Attributes

NamePurpose
encodeAsOptional - which codec to use when encoding the output. Default is HTML.