Dynamic info field in panel

Hello, I am looking for a solution to create a dynamic Info Field.

I need an info field for a panel page (Course), where i can list specific pages (Projects) with a hyperlink to edit the page.

I need to filter the pages (projects) by a key (courseId), the courseId is set in the page (Course).

Thanks a lot!

I’d write a page model method or page method that outputs what you need.

Note that when the field value changes, this will only be reflected after saving.

aaah for sure, thanks a lot :slight_smile: