| ... |
... |
@@ -1,7 +1,7 @@ |
| 1 |
1 |
{{liveData |
| 2 |
2 |
id="mud-weapons" |
| 3 |
3 |
source="liveTable" |
| 4 |
|
- sourceParameters="className=MUD.Code.WeaponClass" |
|
4 |
+ sourceParameters="className=MUD.Code.WeaponClass&translationPrefix=mud.weapons." |
| 5 |
5 |
properties="doc.title,judge,hands,damage_type,quality,source,quest_required" |
| 6 |
6 |
sort="doc.title" |
| 7 |
7 |
editable="false" |
| ... |
... |
@@ -8,55 +8,55 @@ |
| 8 |
8 |
}} |
| 9 |
9 |
{ |
| 10 |
10 |
"meta": { |
|
11 |
+ "actions": [], |
|
12 |
+ "entryDescriptor": { |
|
13 |
+ "idProperty": "doc.fullName", |
|
14 |
+ "propertyDescriptors": [] |
|
15 |
+ }, |
| 11 |
11 |
"propertyDescriptors": [ |
| 12 |
12 |
{ |
| 13 |
13 |
"id": "doc.title", |
| 14 |
14 |
"name": "Weapon", |
| 15 |
|
- "displayer": { |
| 16 |
|
- "id": "doc" |
| 17 |
|
- }, |
| 18 |
|
- "filterable": true, |
| 19 |
|
- "sortable": true |
|
20 |
+ "editable": false |
| 20 |
20 |
}, |
| 21 |
21 |
{ |
| 22 |
22 |
"id": "judge", |
| 23 |
|
- "name": "Judge", |
|
24 |
+ "editable": false, |
| 24 |
24 |
"filter": { |
| 25 |
|
- "id": "list", |
| 26 |
|
- "multiple": true |
|
26 |
+ "id": "list" |
| 27 |
27 |
} |
| 28 |
28 |
}, |
| 29 |
29 |
{ |
| 30 |
30 |
"id": "hands", |
| 31 |
|
- "name": "Hands", |
|
31 |
+ "editable": false, |
| 32 |
32 |
"filter": { |
| 33 |
33 |
"id": "list", |
| 34 |
|
- "multiple": true |
|
34 |
+ "multiSelect": true |
| 35 |
35 |
} |
| 36 |
36 |
}, |
| 37 |
37 |
{ |
| 38 |
38 |
"id": "damage_type", |
| 39 |
|
- "name": "Damage Type", |
|
39 |
+ "editable": false, |
| 40 |
40 |
"filter": { |
| 41 |
41 |
"id": "list", |
| 42 |
|
- "multiple": true |
|
42 |
+ "multiSelect": true |
| 43 |
43 |
} |
| 44 |
44 |
}, |
| 45 |
45 |
{ |
| 46 |
46 |
"id": "quality", |
| 47 |
|
- "name": "Quality", |
|
47 |
+ "editable": false, |
| 48 |
48 |
"filter": { |
| 49 |
49 |
"id": "list", |
| 50 |
|
- "multiple": true |
|
50 |
+ "multiSelect": true |
| 51 |
51 |
} |
| 52 |
52 |
}, |
| 53 |
53 |
{ |
| 54 |
54 |
"id": "source", |
| 55 |
|
- "name": "Source" |
|
55 |
+ "editable": false |
| 56 |
56 |
}, |
| 57 |
57 |
{ |
| 58 |
58 |
"id": "quest_required", |
| 59 |
|
- "name": "Quest Required" |
|
59 |
+ "editable": false |
| 60 |
60 |
} |
| 61 |
61 |
] |
| 62 |
62 |
} |
| ... |
... |
@@ -65,11 +65,7 @@ |
| 65 |
65 |
|
| 66 |
66 |
---- |
| 67 |
67 |
|
| 68 |
|
-{{info}}Legacy macros below (currently unrendered): keep, adjust, or remove.{{/info}} |
|
68 |
+{{info}}Legacy macros below.{{/info}} |
| 69 |
69 |
|
| 70 |
|
-{{create-from-template templateName="17858610" templateId="17858610" buttonLabel="Add new Weapon"/}} |
| 71 |
|
- |
| 72 |
72 |
{{children/}} |
| 73 |
73 |
|
| 74 |
|
-{{detailssummary pageSize="99" cql="label = ~\"equipment~\" and space = currentSpace() and ancestor = currentContent()"/}} |
| 75 |
|
- |