Advertisement
KoctrX

Untitled

Oct 28th, 2022
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. categories: [{
  2. id: 1,
  3. title: 'Real Estate',
  4. status: 'green'
  5. }, {
  6. id: 2,
  7. title: 'Featured',
  8. status: 'yelloy'
  9. }, {
  10. id: 3,
  11. title: 'Technologies',
  12. status: 'blue'
  13. }, {
  14. id: 4,
  15. title: 'Marketing',
  16. status: 'violet'
  17. }, {
  18. id: 5,
  19. title: 'Tourism',
  20. status: 'pink'
  21. }, {
  22. id: 6,
  23. title: 'Business',
  24. status: 'gray'
  25. }, {
  26. id: 7,
  27. title: 'Education',
  28. status: 'orange'
  29. }, {
  30. id: 8,
  31. title: 'Healthcare',
  32. status: 'green'
  33. }, {
  34. id: 9,
  35. title: 'Photography',
  36. status: 'yelloy'
  37. }, {
  38. id: 10,
  39. title: 'Human Resources',
  40. status: 'blue'
  41. }, {
  42. id: 11,
  43. title: 'Receipt',
  44. status: 'green'
  45. }, {
  46. id: 12,
  47. title: 'Proposal',
  48. status: 'pink'
  49. }, {
  50. id: 13,
  51. title: 'Letter',
  52. status: 'orange'
  53. }, {
  54. id: 14,
  55. title: 'Contract',
  56. status: 'violet'
  57. }, {
  58. id: 15,
  59. title: 'Insurance',
  60. status: 'blue'
  61. }],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement