Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,8 @@ 1 +## xwiki-migration: livetable-begin 1 1 {{liveData 2 2 id="mud-armour-amulets" 3 3 source="liveTable" 4 - sourceParameters="className=MUD.Code.ArmourClass&translationPrefix=mud.armour. &location=MUD.Items.Armour.Amulets"5 + sourceParameters="className=MUD.Code.ArmourClass&translationPrefix=mud.armour." 5 5 properties="doc.title,judge,location,ac,material,type_,quality,source" 6 6 sort="doc.title" 7 7 }} ... ... @@ -42,9 +42,23 @@ 42 42 "editable": false 43 43 } 44 44 ] 46 + }, 47 + "query": { 48 + "filters": [ 49 + { 50 + "property": "doc.location", 51 + "constraints": [ 52 + { 53 + "operator": "startsWith", 54 + "value": "MUD.Items.Armour.Amulets" 55 + } 56 + ] 57 + } 58 + ] 45 45 } 46 46 } 47 47 {{/liveData}} 62 +## xwiki-migration: livetable-end 48 48 49 49 ---- 50 50