Skip to content

Items from ItemList should include their embeded data #13

Open
@davidbarratt

Description

@davidbarratt

Currently, the app uses embeded data from the feed when metadata from the item itself cannot be used. This should also be done for ItemList elements.

obj.orderedItems = toArray(data.mainEntity.itemListElement || []).map((item) => ({
type: 'Object',
url: item.url,
}));

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions