mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
moved directory structure
This commit is contained in:
28
utilities/page/markdown_reference/markdown_reference.txt
Normal file
28
utilities/page/markdown_reference/markdown_reference.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
# Page, markdown-reference
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-08-07 12:35:30',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-08-07 12:35:30',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': u'Utilities',
|
||||
'name': '__common__',
|
||||
'page_name': u'Markdown Reference',
|
||||
'standard': u'Yes',
|
||||
'title': u'Markdown Reference'
|
||||
},
|
||||
|
||||
# Page, markdown-reference
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': u'markdown-reference'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user