changed old type txt to new type txtt

This commit is contained in:
Anand Doshi
2012-12-11 15:20:53 +05:30
parent c551964d5d
commit c3b9a00c53
348 changed files with 27588 additions and 34575 deletions

View File

@@ -1,28 +1,21 @@
# 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'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-08-07 12:35:30",
"modified_by": "Administrator",
"modified": "2012-08-07 12:35:30"
},
{
"name": "__common__",
"title": "Markdown Reference",
"module": "Utilities",
"doctype": "Page",
"page_name": "Markdown Reference",
"standard": "Yes"
},
{
"name": "markdown-reference",
"doctype": "Page"
}
]