Skip to content

Commit

Permalink
fix: allow more custom container settings
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Aug 21, 2024
1 parent 9869e40 commit 7570577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-quill/config/src/quill-editor.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface QuillModules {
syntax?: boolean | { hljs: any }
table?: boolean | Record<string, unknown>
toolbar?: QuillToolbarConfig | string | {
container?: string | string[] | QuillToolbarConfig
container?: string | string[] | Record<string, string[] | string>[] | QuillToolbarConfig
handlers?: {
[key: string]: any
}
Expand Down

0 comments on commit 7570577

Please sign in to comment.