Files
enlight-lms/lms/config/desktop.py
2022-03-19 17:30:00 +05:30

15 lines
267 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from frappe import _
def get_data():
return [
{
"module_name": "Community",
"color": "grey",
"icon": "octicon octicon-file-directory",
"type": "module",
"label": _("Community")
}
]