Metadata-Version: 1.1
Name: collective.relationfieldwidget
Version: 1.0a1
Summary: RelationField Widget for Plone 5
Home-page: https://pypi.python.org/pypi/collective.relationfieldwidget
Author: Matt Grant
Author-email: matt.grant@foodstuffs-si.co.nz
License: GPL
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide_addons.html
           This text does not appear on pypi or github. It is a comment.
        
        ==============================================================================
        collective.relationfieldwidget
        ==============================================================================
        
        Adds a Related Items type output to Plone 5 Dexterity TTW form widgets
        RelationList and RelationChoice
        
        
        Features
        --------
        
        - Just replaces default widgets for display mode
        - uses overrides.zcml to override ploen.app.z3cform RelatedItemsWidget
        
        
        Documentation
        -------------
        
        Just install the product in plone, and you should be ready to go.
        
        
        Installation
        ------------
        
        Install collective.relationfieldwidget by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.relationfieldwidget
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.relationfieldwidget/issues
        - Source Code: https://github.com/collective/collective.relationfieldwidget
        - Documentation: https://docs.plone.org/foo/bar
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        
        
        License
        -------
        
        The project is licensed under the GPL.
        
        Contributors
        ============
        
        - Matt Grant, matt.grant@foodstuffs-si.co.nz
        
        Changelog
        =========
        
        
        1.0a1 (unreleased)
        ------------------
        
        - Initial release.
          [matt.grant@foodstuffs-si.co.nz]
        - Released on Pypi by Martronic SA
        
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
