futjikato/pagefreeze

Last activity 11 Mar 2016 8
composer require futjikato/pagefreeze

Highly experimental neos package providing option to freeze pages to hide them in your tree in the backend.

v0.1

Version
v0.1
Type
neos-package
Release Date
Mar 11, 2016 11:08
Source
git
Distribution
zip
Requires
  • typo3/flow: *
  • typo3/neos: *
e2754df336d81fb6bd2cb35533b5d63bc5f4593c

Readme excerpt

Neos Page Freezer

This page is in early development stage and you probably don´t want to use it in production environments.

Installation

composer require futjikato/pagefreeze

Usage

Add 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': true

This 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 content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 2 package(s).