Metadata-Version: 2.4
Name: design.plone.ctgeneric
Version: 1.0.7
Summary: Add-on that implements AGID v2 content types rules
Home-page: https://github.com/collective/design.plone.ctgeneric
Author: RedTurtle Technology
Author-email: sviluppo@redturtle.it
License: GPL version 2
Project-URL: PyPI, https://pypi.org/project/design.plone.ctgeneric/
Project-URL: Source, https://github.com/collective/design.plone.ctgeneric
Project-URL: Tracker, https://github.com/collective/design.plone.ctgeneric/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.7
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: design.plone.contenttypes>=6.2.11
Requires-Dist: collective.monkeypatcher
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"
Requires-Dist: collective.MockMailHost; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

.. 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.

.. image:: https://github.com/collective/design.plone.ctgeneric/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/design.plone.ctgeneric/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/design.plone.ctgeneric/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/design.plone.ctgeneric?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/design.plone.ctgeneric/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/design.plone.ctgeneric

.. image:: https://img.shields.io/pypi/v/design.plone.ctgeneric.svg
    :target: https://pypi.python.org/pypi/design.plone.ctgeneric/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/design.plone.ctgeneric.svg
    :target: https://pypi.python.org/pypi/design.plone.ctgeneric
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/design.plone.ctgeneric.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/design.plone.ctgeneric.svg
    :target: https://pypi.python.org/pypi/design.plone.ctgeneric/
    :alt: License


======================
design.plone.ctgeneric
======================

Add-on that implements AGID v2 content types rules

Features
--------

TODO
----

[] Nel v3 delle cartelle degli eventi si chiamano in modo diverso, quindi vanno rinominate (credo ci sia già un upgrade-step del v3 che lo fa).
   multimedia diventa immagini

Installation
------------

Install design.plone.ctgeneric by adding it to your buildout::

    [buildout]

    ...

    eggs =
        design.plone.ctgeneric


and then running ``bin/buildout``


Authors
-------

Provided by awesome people ;)


Contributors
------------

Put your name here, you deserve it!

- ?


Contribute
----------

- Issue Tracker: https://github.com/collective/design.plone.ctgeneric/issues
- Source Code: https://github.com/collective/design.plone.ctgeneric
- Documentation: https://docs.plone.org/foo/bar


Support
-------

If you are having issues, please let us know.
We have a mailing list located at: project@example.com


License
-------

The project is licensed under the GPLv2.


Contributors
============

- RedTurtle Technology, sviluppo@redturtle.it


Changelog
=========

1.0.7 (2026-08-05)
------------------

- Fixed a bug in the Persona serializer when there are no contact points.
  [fedevancin s]


1.0.6 (2025-08-05)
------------------

- Documento CT: removed field ufficio_responsabile already defined in design.plone.contenttypes.
  [daniele]

1.0.5 (2025-07-16)
------------------

- Fix controlpanel label.
  [cekk]


1.0.4 (2025-07-16)
------------------

- Fix mapping for Persona.
  [daniele]
- Remove not needed z3c.jbot dependency.
  [cekk]

1.0.3 (2024-06-24)
------------------

- Fix breaking change in SUBFOLDERS_MAPPING in design.plone.contenttypes == 6.2.11.
  [cekk]


1.0.2 (2024-04-18)
------------------

- Fix wrong release.
  [cekk]

1.0.1 (2024-04-18)
------------------

- Avoid attributerror when getting tipologia_notizia.
  [cekk]


1.0.0 (2024-04-18)
------------------

- Initial release.
  [cekk]
