mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
moved directory structure
This commit is contained in:
27
utilities/page/question_view/question_view.txt
Normal file
27
utilities/page/question_view/question_view.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
# Page, question-view
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2011-05-04 11:09:50',
|
||||
'docstatus': 0,
|
||||
'modified': '2011-03-29 13:54:27',
|
||||
'modified_by': 'Administrator',
|
||||
'owner': 'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': 'Utilities',
|
||||
'name': '__common__',
|
||||
'page_name': 'Question View',
|
||||
'standard': 'Yes'
|
||||
},
|
||||
|
||||
# Page, question-view
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': 'question-view'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user