8.24.4
@comet/cms-api@8.24.4
Patch Changes
-
578525c: Fix copying the home page creating a second page with the slug
homePreviously, copying the home page produced a second page with the slug
home, after which none of the home pages could be deleted (deleting a page with the slughomeis forbidden). The copy now receives a different slug if the target scope already has a home page, and keepshomeonly when there is none yet.