Metadata-Version: 1.0
Name: Products.ATCustomizableView
Version: 0.1.0
Summary: A Plone monkey-patch for change the standard Plone behaviour with default view
Home-page: http://www.plone.it/scopri/documentazione/how-to/controllo-at-default-view-in-plone
Author: Keul (Luca Fabbri)
Author-email: luca.fabbri@redturtle.net
License: GPL
Description: Products.ATCustomizableView Package Readme
        ==========================================
        
        Overview
        --------
        
        A simple Plone monkey patch to enhance a little the basic Plone control hover the view of content types.
        
        Accessing and applying a simple Zope boolean property (fixed_layout) to content types can block the
        user ability to change layouts on a single document/folder.
        
        This can be very useful on simpler sites. You can also set a (non standard?) view to a single
        content and make the user not able to change your choice.
        
        The final effect is to disable completly the "view" dropdown menu.
        
        This products has been written related to a `tutorial on Plone.it`__ (italian language!).
        
        __ http://www.plone.it/scopri/documentazione/how-to/controllo-at-default-view-in-plone
        
        Changes
        =======
        
        0.1.0
        -----
        
        * Initial releases
        
Keywords: plone atct default-view layout
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
