I have a strange issue where the panel is not letting me move a page from visible to invisible. I will drag and drop, and as soon as I do, the page will return to the visible section.
Any ideas?
I have a strange issue where the panel is not letting me move a page from visible to invisible. I will drag and drop, and as soon as I do, the page will return to the visible section.
Any ideas?
What are your blueprint page settings in site.php?
title: Site
pages: default
fields:
title:
label: Title
type: text
author:
label: Author
type: text
description:
label: Description
type: textarea
copyright:
label: Copyright
type: textarea
No, I meant in your blueprint, not the site abstract (site.php or site.yml, sorry), in site/blueprints
Blueprint pasted. Thanks.
Let me try this again…
Can’t you move any of the pages? Do they have status: false
in their blueprints?
What Kirby version is that?
Blueprint is pasted above. I don’t see
status: false
I meant in the blueprints of the individual pages, not the site.yml blueprint. You haven’t answered my other questions yet.
Yes, the pages are showing “status: false”
Figured it out. Had go to the page iteself in the panel and switch the btn over from invisible to visible.
Thank you.