helpers, disco: Parse children based on their name and namespace.
This commit is contained in:
parent
d78a0e6dae
commit
0ead24a041
2 changed files with 8 additions and 4 deletions
|
|
@ -214,7 +214,7 @@ generate_element_with_children!(
|
|||
],
|
||||
children: [
|
||||
/// List of items pointed by this entity.
|
||||
items: Vec<Item> = "item" => Item
|
||||
items: Vec<Item> = ("item", ns::DISCO_ITEMS) => Item
|
||||
]
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue