Reference
Nodes
Application

Application Node

The Application (also referred to as the root node) sits at the top of the Dynaboard context and acts as a container over the entire application. Settings on this node affects all deployments, pages, and triggers.

You can update application settings by click on the Settings panel in the Dynaboard Editor, or by pressing 7 on your keyboard.

Properties

Selected Theme

PropselectedTheme
Typestring
Defaultundefined

The selected theme to be used by the app. See the Theme panel in the editor and the Theme Node (opens in a new tab) for reference.

Show Dynaboard Branding

PropshowDynaboardBranding
Typeboolean
Defaulttrue

Whether or not to show Dynaboard branding in the bottom right corner of the page on deployments of this app.

Search Engine Indexing

PropsearchEngineIndexing
Typeboolean
Defaulttrue

Whether or not to permit search engine indexing of the application. This setting only applies to deployments which are marked as public.

Allow IFrame Embedding

PropallowEmbedding
Typeboolean
Defaultfalse

Whether or not to permit other websites to embed this application in an IFrame.

Meta Tags

PropmetaTags
Typearray
Default[]

A list of meta tags to add to the head section of the HTML document.

Meta Tag

PropmetaTags[]
Typeobject
Defaultundefined

Information to add to the head of the HTML Document

Meta Key

PropmetaTags[].key
Typestring
Defaultundefined

The name of the meta tag

Meta Value

PropmetaTags[].value
Typestring
Defaultundefined

The value of the meta tag

Select robots.txt default or custom option

PropselectRobotsTxtOption
Typeboolean
Defaulttrue

Whether or not to use the default Robots.txt

Robots.txt

ProprobotsTxt
Typestring
Defaultundefined

The robots.txt (opens in a new tab) to use for the document.

Timezone

Proptimezone
Typestring
Defaultundefined

The default timezone to use for the app, such as for scheduled jobs.

Languages

Proplanguages
Typearray
Default[ 'en' ]

The list of languages supported by the app, in ISO 639-1 (opens in a new tab) format.

Language

Proplanguages[]
Typestring
Defaultundefined

Supported language

Default Authorization Rules

PropauthorizationRules
Typestring
Default[]

Custom authorization rules for this app that act as a default.

Sign-in Authorization Rules

PropsignInAuthorizationRules
Typestring
Default[]

Custom authorization rules that determine who can sign-in to this app.

Preview Page

ProppreviewPageRef
Typestring
Defaultundefined

Custom page to render for the app preview image.

Content Security Policy

Propcsp
Typearray
Default[]

The Content Security Policy (opens in a new tab) for the app.

CSP Directive

Propcsp[]
Typeobject
Defaultundefined

A directive for the Content Security Policy

Directive Name

Propcsp[].key
Typestring
Defaultundefined

The name of the directive

Directive Value

Propcsp[].value
Typestring
Defaultundefined

The value of the directive, separated by spaces

Session Expiration Time

PropsessionExpiration
TypeSessionExpiration ('Never' | 'One Minute' | 'Session' | 'One Hour' | 'One Day' | 'One Week' | 'Two Weeks' | 'One Month' | 'One Year')
DefaultTwo Weeks

How long user sessions are valid for. This is the maximum amount of time that a user can access the app without re-authenticating.