I'm trying the following code blog in a definition for a Widget:
{
name: '_page',
type: 'joinByOne',
withType: 'apostrophe-page',
label: 'Internal Page',
idField: 'pageId',
}
I did expect to receive kind of graphical chooser to select the specific page (e.g. like I could do it with files, images or users). But it doesn't work. I already tried a lot. But I don't get it.
Would be nice if anyone has ideas or help for this problem.