Skip to content

Commit

Permalink
docs: update config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored and stdavis committed Jul 25, 2024
1 parent 98dd9a9 commit 3003b22
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/config-properties-default-tabs-number.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## defaultTabsNum Type

`integer` ([Default Tabs Number](config-properties-default-tabs-number.md))
19 changes: 19 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
| [translations](#translations) | `object` | Required | cannot be null | [WFRC App](config-properties-translations.md "https://wfrc.org/wasatch-choice-map/config.schema.json#/properties/translations") |
| [maxTabsAllowed](#maxtabsallowed) | `integer` | Required | cannot be null | [WFRC App](config-properties-max-tabs-allowed.md "https://wfrc.org/wasatch-choice-map/config.schema.json#/properties/maxTabsAllowed") |
| [projectInformation](#projectinformation) | `object` | Required | cannot be null | [WFRC App](config-properties-project-information-widget-configuration.md "https://wfrc.org/wasatch-choice-map/config.schema.json#/properties/projectInformation") |
| [defaultTabsNum](#defaulttabsnum) | `integer` | Required | cannot be null | [WFRC App](config-properties-default-tabs-number.md "https://wfrc.org/wasatch-choice-map/config.schema.json#/properties/defaultTabsNum") |
| [$schema](#schema) | `string` | Optional | cannot be null | [WFRC App](config-properties-schema.md "https://wfrc.org/wasatch-choice-map/config.schema.json#/properties/$schema") |

## mapInfos
Expand Down Expand Up @@ -179,6 +180,24 @@ Restricts the number of tabs that a user is allowed to add.

`object` ([Project Information widget configuration](config-properties-project-information-widget-configuration.md))

## defaultTabsNum

The number of tabs that are open by default

`defaultTabsNum`

* is required

* Type: `integer` ([Default Tabs Number](config-properties-default-tabs-number.md))

* cannot be null

* defined in: [WFRC App](config-properties-default-tabs-number.md "https://wfrc.org/wasatch-choice-map/config.schema.json#/properties/defaultTabsNum")

### defaultTabsNum Type

`integer` ([Default Tabs Number](config-properties-default-tabs-number.md))

## $schema

This should be set to <https://wfrc.org/wasatch-choice-map/config.schema.json>
Expand Down

0 comments on commit 3003b22

Please sign in to comment.