Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,16 +4,24 @@ 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 + editable="false" 7 7 }} 8 8 { 9 9 "meta": { 11 + "actions": [], 12 + "entryDescriptor": { 13 + "idProperty": "doc.fullName", 14 + "propertyDescriptors": [] 15 + }, 10 10 "propertyDescriptors": [ 11 11 { 12 12 "id": "doc.title", 13 - "name": "Weapon" 19 + "name": "Weapon", 20 + "editable": false 14 14 }, 15 15 { 16 16 "id": "judge", 24 + "editable": false, 17 17 "filter": { 18 18 "id": "list" 19 19 } ... ... @@ -20,6 +20,7 @@ 20 20 }, 21 21 { 22 22 "id": "hands", 31 + "editable": false, 23 23 "filter": { 24 24 "id": "list", 25 25 "multiSelect": true ... ... @@ -27,6 +27,7 @@ 27 27 }, 28 28 { 29 29 "id": "damage_type", 39 + "editable": false, 30 30 "filter": { 31 31 "id": "list", 32 32 "multiSelect": true ... ... @@ -34,10 +34,19 @@ 34 34 }, 35 35 { 36 36 "id": "quality", 47 + "editable": false, 37 37 "filter": { 38 38 "id": "list", 39 39 "multiSelect": true 40 40 } 52 + }, 53 + { 54 + "id": "source", 55 + "editable": false 56 + }, 57 + { 58 + "id": "quest_required", 59 + "editable": false 41 41 } 42 42 ] 43 43 }