feat: Initialize App

This commit is contained in:
sagar
2022-06-26 14:16:06 +05:50
commit 0416383676
17 changed files with 275 additions and 0 deletions

View File

View File

@@ -0,0 +1,12 @@
from frappe import _
def get_data():
return [
{
"module_name": "Business Theme V14",
"color": "grey",
"icon": "octicon octicon-file-directory",
"type": "module",
"label": _("Business Theme V14")
}
]

View File

@@ -0,0 +1,10 @@
"""
Configuration for docs
"""
# source_link = "https://github.com/[org_name]/business_theme_v14"
# headline = "App that does everything"
# sub_heading = "Yes, you got that right the first time, everything"
def get_context(context):
context.brand_html = "Business Theme V14"