futjikato/pagefreeze
Composer 安装命令:
composer require futjikato/pagefreeze
包简介
Highly experimental neos package providing option to freeze pages to hide them in your tree in the backend.
README 文档
README
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 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.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-03-11