We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9166169 commit 092d1b5Copy full SHA for 092d1b5
src/types/schema.ts
@@ -36,4 +36,5 @@ export interface Draft07DefinitionPropertyAllOf {
36
export interface EditorOptions {
37
input?: 'media' | 'icon' // Override the default input for the field
38
hidden?: boolean // Do not display the field in the editor
39
+ iconLibraries?: string[] // List of icon libraries to use for the icon input
40
}
0 commit comments