futjikato/pagefreeze
composer require futjikato/pagefreeze
Highly experimental neos package providing option to freeze pages to hide them in your tree in the backend.
v0.1
Readme excerpt
Neos Page FreezerThis page is in early development stage and you probably don´t want to use it in production environments.
Installationcomposer require futjikato/pagefreeze
UsageAdd the Futjikato.PageArchive:FreezableMixin mixin to your page node types you want to be able to freeze.
Example:
'Vendor.Site.Page:NewsArticle': superTypes: 'TYPO3.Neos.NodeTypes:Page': true 'Futjikato.PageArchive:FreezableMixin': trueThis will add the "Freeze page" checkbox in the inspector. Just check that box and save to freeze the page.
Frozen pages will not show up in your page tree and cannot be edited.
To unfreeze go to the new "page …
Read more
The same vendor provides 2 package(s).