listlessview

Provide empty folder listing view for Plone folders


License
GPL-2.0
Install
pip install listlessview==0.1.3

Documentation

Introduction

This provides new view, listless, for Plone Folder content type. It hides the folder listing in the content area, but still shows the folder title and the description.

Installation

Add Dexterity to your buildout.cfg

Then add listlessview egg in buildout. In buildout.cfg:

eggs =
        ...
        listlessview

Re-run buildout.

Usage

Install add-on.

Go to a folder.

Choose Listless from Display menu.

Author

Mikko Ohtamaa.