Skip to content

Commit

Permalink
test <p> fix for Widgets pages
Browse files Browse the repository at this point in the history
  • Loading branch information
privatemaker committed Feb 15, 2024
1 parent 7978237 commit a608b23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/docs/widgets/boolean.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ weight: 20
The boolean widget translates a toggle switch input to a true/false value.

**Name:** `boolean`

**UI:** toggle switch

**Data type:** boolean

**Options:**

- `default`: accepts `true` or `false`; defaults to `false` when `required` is set to `false`
Expand Down
3 changes: 3 additions & 0 deletions content/docs/widgets/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ weight: 30
The code widget provides a code editor (powered by [Codemirror](https://codemirror.net)) with optional syntax awareness. Can output the raw code value or an object with the selected language and the raw code value.

**Name:** `code`

**UI:** code editor

**Data type:** string

**Options:**

- `default_language`: optional; default language to use
Expand Down

0 comments on commit a608b23

Please sign in to comment.