2017 © Pedro Peláez
 

neos-package pagefreeze

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

image

futjikato/pagefreeze

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

  • Friday, March 11, 2016
  • by futjikato
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Neos Page Freezer

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

Installation

composer require futjikato/pagefreeze, (*2)

Usage

Add the Futjikato.PageArchive:FreezableMixin mixin to your page node types you want to be able to freeze., (*3)

Example:, (*4)

'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., (*5)

Frozen pages will not show up in your page tree and cannot be edited., (*6)

To unfreeze go to the new "page freezer" module in your admin burger menu. There you find a list with all frozen pages. Simply hit the "Unfreeze" button next to the page you want to unfreeze. The page will now be back in the tree and editable., (*7)

The Versions

11/03 2016

dev-master

9999999-dev

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

  Sources   Download

The Requires

 

11/03 2016

v0.1

0.1.0.0

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

  Sources   Download

The Requires