mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-24 20:46:38 +00:00
added website.page.contact
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{
|
||||
'creation': '2012-01-23 17:05:32',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-01-24 15:57:51',
|
||||
'modified': '2012-01-25 16:12:14',
|
||||
'modified_by': 'Administrator',
|
||||
'owner': 'Administrator'
|
||||
},
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
# These values are common for all Module Def Item
|
||||
{
|
||||
'doc_type': 'Single DocType',
|
||||
'doctype': 'Module Def Item',
|
||||
'name': '__common__',
|
||||
'parent': 'Website',
|
||||
@@ -48,7 +49,6 @@
|
||||
{
|
||||
'display_name': 'Top Bar Settings',
|
||||
'doc_name': 'Top Bar Settings',
|
||||
'doc_type': 'Single DocType',
|
||||
'doctype': 'Module Def Item'
|
||||
},
|
||||
|
||||
@@ -56,7 +56,13 @@
|
||||
{
|
||||
'display_name': 'Home Settings',
|
||||
'doc_name': 'Home Settings',
|
||||
'doc_type': 'Forms',
|
||||
'doctype': 'Module Def Item'
|
||||
},
|
||||
|
||||
# Module Def Item
|
||||
{
|
||||
'display_name': 'Contact Us Settings',
|
||||
'doc_name': 'Contact Us Settings',
|
||||
'doctype': 'Module Def Item'
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user