feat: Initialize App
This commit is contained in:
0
business_theme_v14/config/__init__.py
Normal file
0
business_theme_v14/config/__init__.py
Normal file
12
business_theme_v14/config/desktop.py
Normal file
12
business_theme_v14/config/desktop.py
Normal 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")
|
||||
}
|
||||
]
|
||||
10
business_theme_v14/config/docs.py
Normal file
10
business_theme_v14/config/docs.py
Normal 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"
|
||||
Reference in New Issue
Block a user