Project Node
Projects (also referred to as the root node) sit at the top of the Dynaboard and act as a container over the entire application. Settings on this node affects all deployments, pages, and triggers.
You can update project settings by click on the Settings panel in the Dynaboard Editor, or by pressing 7 on your keyboard.
Properties
Selected Theme
Prop | rootNodeNode.selectedTheme |
---|---|
Type | string |
Default | undefined |
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
Prop | rootNodeNode.showDynaboardBranding |
---|---|
Type | boolean |
Default | {{true}} |
Whether or not to show Dynaboard branding in the bottom right corner of the page on deployments of this project.
Search Engine Indexing
Prop | rootNodeNode.searchEngineIndexing |
---|---|
Type | boolean |
Default | {{true}} |
Whether or not to permit search engine indexing of the application. This setting only applies to deployments which are marked as public.
Meta Tags
Prop | rootNodeNode.metaTags |
---|---|
Type | Array<{ key: string, value: string }> |
Default | [] |
A list of meta tags to add to the head
section of the HTML document.
Select robots.txt default or custom option
Prop | rootNodeNode.selectRobotsTxtOption |
---|---|
Type | boolean |
Default | {{true}} |
Whether or not to use the default Robots.txt
Robots.txt
Prop | rootNodeNode.robotsTxt |
---|---|
Type | string |
Default | undefined |
The robots.txt to use for the document.
Timezone
Prop | rootNodeNode.timezone |
---|---|
Type | string |
Default | undefined |
The default timezone to use for the project, such as for scheduled jobs.
Languages
Prop | rootNodeNode.languages |
---|---|
Type | Array<string> |
Default | [ 'en' ] |
The list of languages supported by the project, in ISO 639-1 format.