blob: a10651308a523a745fa16c23616def65e474babf [file] [log] [blame]
Rushabh Mehta51e51da2012-01-27 12:17:09 +05301# Page, about
2[
3
4 # These values are common in all dictionaries
5 {
6 'creation': '2012-01-27 11:37:57',
7 'docstatus': 0,
Rushabh Mehtac8d2e732012-01-27 15:57:17 +05308 'modified': '2012-01-27 13:26:42',
Rushabh Mehta51e51da2012-01-27 12:17:09 +05309 'modified_by': 'Administrator',
10 'owner': 'Administrator'
11 },
12
13 # These values are common for all Page
14 {
15 'doctype': 'Page',
16 'module': 'Website',
17 'name': '__common__',
18 'page_name': 'about',
Rushabh Mehtac8d2e732012-01-27 15:57:17 +053019 'standard': 'Yes',
20 'title': 'About Us'
Rushabh Mehta51e51da2012-01-27 12:17:09 +053021 },
22
23 # These values are common for all Page Role
24 {
25 'doctype': 'Page Role',
26 'name': '__common__',
27 'parent': 'about',
28 'parentfield': 'roles',
29 'parenttype': 'Page',
30 'role': 'Guest'
31 },
32
33 # Page, about
34 {
35 'doctype': 'Page',
36 'name': 'about'
37 },
38
39 # Page Role
40 {
41 'doctype': 'Page Role'
42 }
43]