Metadata-Version: 2.1
Name: contenttypes.basic
Version: 1.6.5
Summary: Basic content, behaviors, fields and widgets for Plone
Home-page: https://gitlab.com/csanahuja/contenttypes.basic/
Author: csanahuja
Author-email: csanahuja10@gmail.com
License: GPL version 2
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.html
           This text does not appear on pypi or github. It is a comment.
        
        ==================
        contenttypes.basic
        ==================
        
        This addon provides the common content-types. fields, widgets and behaviors.
        
        Features
        --------
        
        - Permissions
        - Indexers
        - Behaviors
        - Fields
        - Content-types
            - Announcement
            - Banner
            - Icon
            - Slide
        - Widgets
            - Colour
            - Icon
            - Map
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - Catalan
        - Spanish
        - English
        
        
        Installation
        ------------
        
        Install contenttypes.basic by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                contenttypes.basic
        
        
        and then running ``bin/buildout``
        
        
        
        Classifiers
        -----------
        
        Framework
        
        - Plone 5.2
        
        Programming Language
        
        - Python 3.6
        - Python 3.7
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - csanahuja, csanahuja10@gmail.com
        
        
        Changelog
        =========
        
        
        1.6.5 (07/04/2022)
        ------------------
        
        Fixes:
        
        - Fix icon widget on datagrid fields
          [csanahuja]
        
        
        1.6.4 (11/11/2020)
        ------------------
        
        Fixes:
        
        - Fix all widgets for Plone 5.2.2
          [csanahuja]
        
        1.6.3 (11/11/2020)
        ------------------
        
        Fixes:
        
        - Fix osmap widget for Plone 5.2.2
          [csanahuja]
        
        1.6.2 (10/01/2020)
        ------------------
        
        New features:
        
        - Add attribute on icon_input.pt script so we can keep it with diazo
          [csanahuja]
        
        1.6.1 (13/12/2019)
        ------------------
        
        Fixes:
        
        - Fix missing/wrong translations
          [csanahuja]
        
        1.6 (03/12/2019)
        ------------------
        
        New features:
        
        - Modified OSMap widget so we use require to load leaflet
          [csanahuja]
        
        Fixes:
        
        - Fix OSMap widget when using plone modal
          [csanahuja]
        
        1.5 (05/11/2019)
        ------------------
        
        Fixes:
        
        - Fix IOSMapBehavior wrong parent class
          [csanahuja]
        
        1.4 (10/10/2019)
        ------------------
        
        New features:
        
        - Add default view for each contenttype
          [csanahuja]
        
        Fixes:
        
        - Fix coordinates controlpanel previously with wrong prefix
          [csanahuja]
        
        1.3.1 (09/10/2019)
        ------------------
        
        - Improved coverage
          [csanahuja]
        
        1.3 (08/10/2019)
        ------------------
        
        New features:
        
        - Add coordinates controlpanel and profile to install
          [csanahuja]
        - Added converter to osmap widget
          [csanahuja]
        
        Fixes:
        
        - Minor fixes and translations
          [csanahuja]
        
        1.2 (07/10/2019)
        ------------------
        
        New features:
        
        - Make link not reaquired
          [csanahuja]
        - Added new default view to content-types to avoid failing when no link
          [csanahuja]
        
        Fixes:
        
        - Correct typo in all behaviors name registration
          [csanahuja]
        
        
        1.1 (18/09/2019)
        ------------------
        
        New features:
        
        - Added field and widget for osmap
          [csanahuja]
        
        1.0 (08/08/2019)
        ------------------
        
        New features:
        
        - Initial release.
          [csanahuja]
        - Added content types: Banner, Slider, Icon, Announcement
          [csanahuja]
        - Added fields and widgets for icons and colour
          [csanahuja]
        - Added behaviors
          [csanahuja]
         
        
        1.0a1 (unreleased)
        ------------------
        
        - Initial release.
          [csanahuja]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.6
Provides-Extra: test
