> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/llms-full.txt).

# EditorConfig

> **EditorConfig** = `object`

Defined in: packages/editor/src/editor.ts:13

## Properties

### initialValue?

> `optional` **initialValue**: [`PortableTextBlock`](/api/editor/type-aliases/portabletextblock/)[]

Defined in: packages/editor/src/editor.ts:19

***

### keyGenerator()?

> `optional` **keyGenerator**: () => `string`

Defined in: packages/editor/src/editor.ts:17

:::caution[Beta]
This API should not be used in production and may be trimmed from a public release.
:::

#### Returns

`string`

***

### readOnly?

> `optional` **readOnly**: `boolean`

Defined in: packages/editor/src/editor.ts:18

***

### schemaDefinition

> **schemaDefinition**: [`SchemaDefinition`](/api/editor/type-aliases/schemadefinition/)

Defined in: packages/editor/src/editor.ts:20