classify admin

This commit is contained in:
Husanjonazamov
2026-02-24 12:52:01 +05:00
commit e0f1989655
769 changed files with 1263008 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
var snow = new Quill("#snow", {
theme: "snow",
})
var bubble = new Quill("#bubble", {
theme: "bubble",
})
new Quill("#full", {
bounds: "#full-container .editor",
modules: {
toolbar: [
[{ font: [] }, { size: [] }],
["bold", "italic", "underline", "strike"],
[{ color: [] }, { background: [] }],
[{ script: "super" }, { script: "sub" }],
[
{ list: "ordered" },
{ list: "bullet" },
{ indent: "-1" },
{ indent: "+1" },
],
["direction", { align: [] }],
["link", "image", "video"],
["clean"],
],
},
theme: "snow",
})