Skip to content

Commit 5f40868

Browse files
authored
docs: fixes 404 link to monaco editor options (#16877)
1 parent 0f384f4 commit 5f40868

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/fields/json.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ export const MyJSONField: Field = {
6969

7070
The JSON Field inherits all of the default admin options from the base [Field Admin Config](./overview#admin-options), plus the following additional options:
7171

72-
| Option | Description |
73-
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
74-
| **`editorOptions`** | Options that can be passed to the monaco editor, [view the full list](https://microsoft.github.io/monaco-editor/typedoc/variables/editor.EditorOptions.html). |
72+
| Option | Description |
73+
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
74+
| **`editorOptions`** | Options that can be passed to the monaco editor, [view the full list](https://microsoft.github.io/monaco-editor/docs.html#variables/editor_editor_api.editor.EditorOptions.html). |
7575

7676
## Example
7777

0 commit comments

Comments
 (0)