Hi all,
in some cases i am loading page content like this page('mypage)->text().
But if you change the url of mypage, the page could not be loaded anymore.
Is it possbile to load the page with the uuid or a another way to do this?
KR
Hi all,
in some cases i am loading page content like this page('mypage)->text().
But if you change the url of mypage, the page could not be loaded anymore.
Is it possbile to load the page with the uuid or a another way to do this?
KR
page('page://Eesj89FnbMzMMvs0')->text()
with the uuid
of your desired page, of course.
thanks!