image-cropper component, drag & drop bilder
This commit is contained in:
9
bizmatch/src/app/pages/utils/defaults.ts
Normal file
9
bizmatch/src/app/pages/utils/defaults.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export const TOOLBAR_OPTIONS = {
|
||||
toolbar: [
|
||||
['bold', 'italic', 'underline'], // Einige Standardoptionen
|
||||
[{'header': [1, 2, 3, false]}], // Benutzerdefinierte Header
|
||||
[{'list': 'ordered'}, {'list': 'bullet'}],
|
||||
[{'color': []}], // Dropdown mit Standardfarben
|
||||
['clean'] // Entfernt Formatierungen
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user