icons-config.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "default": {
  3. "icon": "file-earmark-fill",
  4. "class": "other"
  5. },
  6. "custom": {
  7. "exe": {
  8. "icon": "file-earmark-binary-fill",
  9. "class": "other"
  10. },
  11. "html, css, xml, php": {
  12. "icon": "file-earmark-code-fill",
  13. "class": "other"
  14. },
  15. "doc, docx, doct": {
  16. "icon": "file-earmark-richtext-fill",
  17. "class": "doc"
  18. },
  19. "pptx, ppt, ppts": {
  20. "icon": "file-earmark-slides-fill",
  21. "class": "doc"
  22. },
  23. "xlsx, xls": {
  24. "icon": "file-earmark-spreadsheet-fill",
  25. "class": "doc"
  26. },
  27. "ttf, otf": {
  28. "icon": "file-earmark-font-fill",
  29. "class": "other"
  30. },
  31. "locked": {
  32. "icon": "file-earmark-lock-fill",
  33. "class": "locked"
  34. }
  35. },
  36. "mime-filter": {
  37. "audio/.*": {
  38. "icon": "file-earmark-music-fill",
  39. "class": "media"
  40. },
  41. "video/.*": {
  42. "icon": "file-earmark-play-fill",
  43. "class": "media"
  44. },
  45. "image/.*": {
  46. "icon": "file-earmark-image-fill",
  47. "class": "media"
  48. },
  49. "text/.*": {
  50. "icon": "file-earmark-text-fill",
  51. "class": "other"
  52. },
  53. "application/.*compressed.*": {
  54. "icon": "file-earmark-zip-fill",
  55. "class": "comp"
  56. },
  57. "font/.*": {
  58. "icon": "file-earmark-font-fill",
  59. "class": "other"
  60. },
  61. ".*": {
  62. "icon": "file-earmark-fill",
  63. "class": "other"
  64. }
  65. }
  66. }