View difference between Paste ID: 8Sfw98Wx and Ctxe3qyF
SHOW: | | - or go back to the newest paste.
1
{CODE}objects:
2
3
 -
4
  type: category
5
  ref: workspace_root
6
  data:
7
   name: Project $profilerequest:workspace_name$Unknown$
8
   items:
9
    - [ wiki page, $wikia ]
10
    - [ file gallery, $filia ]
11
    - [ tracker, $traca ]
12
    - [ calendar, $cala ]
13
14
 -
15
  type: perspective
16
  ref: workspace_perspective
17
  data:
18-
   name: Workspace $profilerequest:workspace_
18+
   name: Workspace $profilerequest:workspace_name$Unknown$
19-
name$Unknown$
19+
20
    category_jail: $workspace_root
21
{CODE}
22
{CODE}
23
objects:
24
 -
25
  type: wiki_page
26
  ref: wikia
27
  data:
28
   name: wiki $profilerequest:workspace_name$Unknown$
29
   content: xxx
30
 -
31
  type: file_gallery
32
  ref: filia
33
  data:
34
   name: Files of $profilerequest:workspace_name$Unknown$
35
 -
36
  type: tracker
37
  ref: traca
38
  data:
39
   name: Tasks $profilerequest:workspace_name$Unknown$
40
 -
41
  type: calendar
42
   ref: cala
43
   data:
44
    -
45
     name: $profilerequest:workspace_name$Unknown$
46
{CODE}