Metadata-Version: 2.1
Name: collective.volto.subsites
Version: 1.3.1
Summary: Add Subsite content-type for Volto
Home-page: https://github.com/collective/collective.volto.subsites
Author: RedTurtle Technology
Author-email: sviluppo@redturtle.it
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.volto.subsites
Project-URL: Source, https://github.com/collective/collective.volto.subsites
Project-URL: Tracker, https://github.com/collective/collective.volto.subsites/issues
Description: 
        ==============
        Volto Subsites
        ==============
        
        This add-on enable a new **Subsite** content-type and provides some utilities for Volto.
        
        
        Subsite
        -------
        
        It's a basic folderish content with some additional fields:
        
        - Header text
        - Footer text
        - Color
        - Image
        
        These fields are useful for Volto theme that will draw some components based on these values.
        
        **Subsite** contents are not searchable.
        
        Accessing Subsite data from restapi
        ------------------------------------
        
        There is a new expansion slot in restapi response when getting content data: `subsite`.
        
        This expansion works like the standard ones (workflow, breadcrumbs, etc) and returns some metadata of the
        parent Subsite if the requested content is inside a Subsite.
        
        Control panel
        -------------
        
        There is a control panel that allows to set some settings for Subsites:
        
        - Styles: you can set a predefined list of css classes that will be used in Volto theme to set some custom styles inside the subsite.
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - Italian
        
        
        Installation
        ------------
        
        Install collective.volto.subsites by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.volto.subsites
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.volto.subsites/issues
        - Source Code: https://github.com/collective/collective.volto.subsites
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        Authors
        =======
        
        This product was developed by **RedTurtle Technology** team.
        
        .. image:: https://avatars1.githubusercontent.com/u/1087171?s=100&v=4
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.it/
        
        
        Contributors
        ============
        
        - RedTurtle Technology, sviluppo@redturtle.it
        
        
        Changelog
        =========
        
        
        1.3.1 (2021-10-02)
        ------------------
        
        - Add kitconcept.seo behaviour.
          [daniele]
        
        
        1.3.0 (2021-10-01)
        ------------------
        
        - Add subsite_logo field.
          [cekk]
        
        
        1.2.2 (2021-06-07)
        ------------------
        
        - Enable subsites to be translatables.
          [cekk]
        
        
        1.2.1 (2021-05-04)
        ------------------
        
        - Add default value to social links field.
          [cekk]
        
        
        1.2.0 (2021-05-04)
        ------------------
        
        - Add additional field for manage social links in subsite.
          [cekk]
        
        
        1.1.0 (2021-04-30)
        ------------------
        
        - Disable Subsite from searchable contents.
          [cekk]
        
        
        1.0.0 (2020-12-15)
        ------------------
        
        - Initial release.
          [cekk]
        
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.6
Provides-Extra: test
