blob: 2cc3b58a351090cc130e9138f33caf96c55ce07f [file] [log] [blame]
Rushabh Mehta3a751e82012-01-27 18:00:14 +05301# Page, unsubscribe
2[
3
4 # These values are common in all dictionaries
5 {
6 'creation': '2012-01-27 17:19:02',
7 'docstatus': 0,
8 'modified': '2012-01-27 17:19:02',
9 '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': 'unsubscribe',
19 'standard': 'Yes',
20 'title': 'Unsubscribe'
21 },
22
23 # These values are common for all Page Role
24 {
25 'doctype': 'Page Role',
26 'name': '__common__',
27 'parent': 'unsubscribe',
28 'parentfield': 'roles',
29 'parenttype': 'Page',
30 'role': 'Guest'
31 },
32
33 # Page, unsubscribe
34 {
35 'doctype': 'Page',
36 'name': 'unsubscribe'
37 },
38
39 # Page Role
40 {
41 'doctype': 'Page Role'
42 }
43]