| ... |
... |
@@ -4,15 +4,68 @@ |
| 4 |
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 |
+}} |
|
9 |
+{ |
|
10 |
+ "meta": { |
|
11 |
+ "actions": [], |
|
12 |
+ "entryDescriptor": { |
|
13 |
+ "idProperty": "doc.fullName", |
|
14 |
+ "propertyDescriptors": [] |
|
15 |
+ }, |
|
16 |
+ "propertyDescriptors": [ |
|
17 |
+ { |
|
18 |
+ "id": "doc.title", |
|
19 |
+ "name": "Weapon", |
|
20 |
+ "editable": false |
|
21 |
+ }, |
|
22 |
+ { |
|
23 |
+ "id": "judge", |
|
24 |
+ "editable": false, |
|
25 |
+ "filter": { |
|
26 |
+ "id": "list" |
|
27 |
+ } |
|
28 |
+ }, |
|
29 |
+ { |
|
30 |
+ "id": "hands", |
|
31 |
+ "editable": false, |
|
32 |
+ "filter": { |
|
33 |
+ "id": "list", |
|
34 |
+ "multiSelect": true |
|
35 |
+ } |
|
36 |
+ }, |
|
37 |
+ { |
|
38 |
+ "id": "damage_type", |
|
39 |
+ "editable": false, |
|
40 |
+ "filter": { |
|
41 |
+ "id": "list", |
|
42 |
+ "multiSelect": true |
|
43 |
+ } |
|
44 |
+ }, |
|
45 |
+ { |
|
46 |
+ "id": "quality", |
|
47 |
+ "editable": false, |
|
48 |
+ "filter": { |
|
49 |
+ "id": "list", |
|
50 |
+ "multiSelect": true |
|
51 |
+ } |
|
52 |
+ }, |
|
53 |
+ { |
|
54 |
+ "id": "source", |
|
55 |
+ "editable": false |
|
56 |
+ }, |
|
57 |
+ { |
|
58 |
+ "id": "quest_required", |
|
59 |
+ "editable": false |
|
60 |
+ } |
|
61 |
+ ] |
|
62 |
+ } |
|
63 |
+} |
|
64 |
+{{/liveData}} |
| 8 |
8 |
|
| 9 |
9 |
---- |
| 10 |
10 |
|
| 11 |
|
-{{info}}Legacy macros below (currently unrendered): keep, adjust, or remove.{{/info}} |
|
68 |
+{{info}}Legacy macros below.{{/info}} |
| 12 |
12 |
|
| 13 |
|
-{{create-from-template templateName="17858610" templateId="17858610" buttonLabel="Add new Weapon"/}} |
| 14 |
|
- |
| 15 |
15 |
{{children/}} |
| 16 |
16 |
|
| 17 |
|
-{{detailssummary pageSize="99" cql="label = ~\"equipment~\" and space = currentSpace() and ancestor = currentContent()"/}} |
| 18 |
|
- |