mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
moved directory structure
This commit is contained in:
28
support/page/support_home/support_home.txt
Normal file
28
support/page/support_home/support_home.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
# Page, support-home
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-02-21 13:23:35',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-02-21 13:23:35',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': u'Support',
|
||||
'name': '__common__',
|
||||
'page_name': u'support-home',
|
||||
'standard': u'Yes',
|
||||
'title': u'Support Home'
|
||||
},
|
||||
|
||||
# Page, support-home
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': u'support-home'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user