| ... |
... |
@@ -2,8 +2,66 @@ |
| 2 |
2 |
id="mud-weapons" |
| 3 |
3 |
source="liveTable" |
| 4 |
4 |
sourceParameters="className=MUD.Code.WeaponClass" |
| 5 |
|
- properties="doc.name,judge,hands,damage_type,quality,source,quest_required" |
| 6 |
|
-/}} |
|
5 |
+ properties="doc.title,judge,hands,damage_type,quality,source,quest_required" |
|
6 |
+ sort="doc.title" |
|
7 |
+ editable="false" |
|
8 |
+}} |
|
9 |
+{ |
|
10 |
+ "meta": { |
|
11 |
+ "propertyDescriptors": [ |
|
12 |
+ { |
|
13 |
+ "id": "doc.title", |
|
14 |
+ "name": "Weapon", |
|
15 |
+ "displayer": { |
|
16 |
+ "id": "doc" |
|
17 |
+ }, |
|
18 |
+ "filterable": true, |
|
19 |
+ "sortable": true |
|
20 |
+ }, |
|
21 |
+ { |
|
22 |
+ "id": "judge", |
|
23 |
+ "name": "Judge", |
|
24 |
+ "filter": { |
|
25 |
+ "id": "list", |
|
26 |
+ "multiple": true |
|
27 |
+ } |
|
28 |
+ }, |
|
29 |
+ { |
|
30 |
+ "id": "hands", |
|
31 |
+ "name": "Hands", |
|
32 |
+ "filter": { |
|
33 |
+ "id": "list", |
|
34 |
+ "multiple": true |
|
35 |
+ } |
|
36 |
+ }, |
|
37 |
+ { |
|
38 |
+ "id": "damage_type", |
|
39 |
+ "name": "Damage Type", |
|
40 |
+ "filter": { |
|
41 |
+ "id": "list", |
|
42 |
+ "multiple": true |
|
43 |
+ } |
|
44 |
+ }, |
|
45 |
+ { |
|
46 |
+ "id": "quality", |
|
47 |
+ "name": "Quality", |
|
48 |
+ "filter": { |
|
49 |
+ "id": "list", |
|
50 |
+ "multiple": true |
|
51 |
+ } |
|
52 |
+ }, |
|
53 |
+ { |
|
54 |
+ "id": "source", |
|
55 |
+ "name": "Source" |
|
56 |
+ }, |
|
57 |
+ { |
|
58 |
+ "id": "quest_required", |
|
59 |
+ "name": "Quest Required" |
|
60 |
+ } |
|
61 |
+ ] |
|
62 |
+ } |
|
63 |
+} |
|
64 |
+{{/liveData}} |
| 7 |
7 |
|
| 8 |
8 |
---- |
| 9 |
9 |
|
| ... |
... |
@@ -13,4 +13,5 @@ |
| 13 |
13 |
|
| 14 |
14 |
{{children/}} |
| 15 |
15 |
|
| 16 |
|
-{{detailssummary pageSize="99" cql="label = ~"equipment~" and space = currentSpace() and ancestor = currentContent()"/}} |
|
74 |
+{{detailssummary pageSize="99" cql="label = ~\"equipment~\" and space = currentSpace() and ancestor = currentContent()"/}} |
|
75 |
+ |