Fields: Custom blocks type internal kirby link

Keep in mind that this code will throw an error if the page doesn’t exist.

$url = ($page =  $site->find($block->link())) ? $page->url() : null;
1 Like