remove quill

This commit is contained in:
2026-02-06 19:25:45 -06:00
parent 7e00b4d71b
commit 345761da87
3 changed files with 2 additions and 30 deletions

View File

@@ -48,20 +48,6 @@ import { TOOLBAR_OPTIONS } from '../../utils/defaults';
ValidatedTextareaComponent,
ValidatedLocationComponent,
],
providers: [
provideQuillConfig({
modules: {
syntax: true,
toolbar: [
['bold', 'italic', 'underline'],
[{ header: [1, 2, 3, false] }],
[{ list: 'ordered' }, { list: 'bullet' }],
[{ color: [] }],
['clean'],
],
},
}) as any,
],
templateUrl: './edit-business-listing.component.html',
styleUrls: [
'./edit-business-listing.component.scss',