Is it possible to create a page in Kirby by selecting a ready-made page and change its content inside without changing the parent:
that is: we have page1 / page2 / page3, we create pageNew and we have a choice of template (page1, page2, page3) and also we can change the content inside pageNew without changing page1 / page2 / page3
I have Pages field(not section), and query pages from site.games (for exmaple), when i change any field, parent page also change, because they are the same page
I need something like Pages field(where i can query and select pages), but parent pages should stay unchanged.