Metadata-Version: 2.1
Name: contenttypes.basic
Version: 1.2
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
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
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Requires-Dist: plone.api (>=1.8.4)
Requires-Dist: plone.restapi
Requires-Dist: plone.app.dexterity
Provides-Extra: test
Requires-Dist: plone.app.testing ; extra == 'test'
Requires-Dist: plone.testing (>=5.0.0) ; extra == 'test'
Requires-Dist: plone.app.contenttypes ; extra == 'test'
Requires-Dist: plone.app.robotframework[debug] ; extra == 'test'

.. 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.2 (unreleased)
------------------

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]


