Skip to content

Commit 092d1b5

Browse files
committed
chore(preview): add icon libraries editor opption
1 parent 9166169 commit 092d1b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ export interface Draft07DefinitionPropertyAllOf {
3636
export interface EditorOptions {
3737
input?: 'media' | 'icon' // Override the default input for the field
3838
hidden?: boolean // Do not display the field in the editor
39+
iconLibraries?: string[] // List of icon libraries to use for the icon input
3940
}

0 commit comments

Comments
 (0)