Procházet zdrojové kódy

Added domain settings in setup page

version-14
Nabin Hait před 7 roky
rodič
revize
28a8da6531
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. +7
    -0
      frappe/config/setup.py

+ 7
- 0
frappe/config/setup.py Zobrazit soubor

@@ -86,6 +86,13 @@ def get_data():
"name": "Error Snapshot",
"description": _("Log of error during requests.")
},
{
"type": "doctype",
"name": "Domain Settings",
"label": _("Domain Settings"),
"description": _("Enable / Disable Domains"),
"hide_count": True
},
]
},
{


Načítá se…
Zrušit
Uložit