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 538ba25 commit 1b9ea85Copy full SHA for 1b9ea85
frontend/src/app/project/config/editor.ts
@@ -5,6 +5,7 @@ export const quillConfiguration = {
5
[{ list: 'ordered' }, { list: 'bullet' }],
6
[{ header: [1, 2, 3, 4, 5, 6, false] }],
7
[{ color: [] }, { background: [] }],
8
+ ['link'],
9
['clean']
10
]
11
};
0 commit comments