• 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 project. See the Theme panel in the editor and the Theme Node 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 project.

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 to use for the document.

Timezone

Proptimezone
Typestring
Defaultundefined

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

Languages

Proplanguages
Typearray
Default[ 'en' ]

The list of languages supported by the project, in ISO 639-1 format.

Language

Proplanguages[]
Typestring
Defaultundefined

Supported language

Default Authorization Rules

PropauthorizationRules
Typestring
Default[]

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

Sign-in Authorization Rules

PropsignInAuthorizationRules
Typestring
Default[]

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

Preview Page

ProppreviewPageRef
Typestring
Defaultundefined

Custom page to render for the app preview image.

Last updated on March 7, 2023