core-compat-api: update to use content entity card kind
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -99,7 +99,7 @@ export function collectEntityPageContents(
|
||||
name: `discovered-${cardCounter++}`,
|
||||
factory(originalFactory, { apis }) {
|
||||
return originalFactory({
|
||||
type: 'full',
|
||||
type: 'content',
|
||||
filter: mergedIf && (entity => mergedIf(entity, { apis })),
|
||||
loader: () => Promise.resolve(pageNode.children),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user