MCPcopy Create free account
hub / github.com/editablejs/editable / CodeBlockLocale

Interface CodeBlockLocale

packages/plugins/codeblock/src/locale/types.ts:3–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Locale } from '@editablejs/editor'
2
3export interface CodeBlockLocale extends Locale {
4 codeblock: {
5 toolbar: {
6 language: {
7 title: string
8 searchEmpty: string
9 }
10 theme: {
11 title: string
12 light: string
13 dark: string
14 }
15 lineWrapping: {
16 title: string
17 autoWrap: string
18 overflow: string
19 }
20 tabSize: string
21 }
22 }
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…