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