Metadata-Version: 2.1
Name: nswdesignsystem.plone6
Version: 0.3.0
Summary: Plone backend package for the NSW Design system
Home-page: https://github.com/collective/nswdesignsystem.plone6
Author: PretaGov
Author-email: jeff.bledsoe@pretagov.com.au
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/nswdesignsystem.plone6
Project-URL: Source, https://github.com/collective/nswdesignsystem.plone6
Project-URL: Tracker, https://github.com/collective/nswdesignsystem.plone6/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
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
Provides-Extra: test
License-File: LICENSE.GPL
License-File: LICENSE.rst

.. 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/nswdesignsystem.plone6/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/nswdesignsystem.plone6/actions/workflows/plone-package.yml

.. image:: https://img.shields.io/pypi/v/nswdesignsystem.plone6.svg
    :target: https://pypi.python.org/pypi/nswdesignsystem.plone6/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/nswdesignsystem.plone6.svg
    :target: https://pypi.python.org/pypi/nswdesignsystem.plone6
    :alt: Egg Status

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

.. image:: https://img.shields.io/pypi/l/nswdesignsystem.plone6.svg
    :target: https://pypi.python.org/pypi/nswdesignsystem.plone6/
    :alt: License


======================
nswdesignsystem.plone6
======================

Plone backend package for the NSW Design system


Features
--------

- Out-the-box backend configuration for the Digital NSW Design System.


Examples
--------

This add-on can be seen in action at the following sites:

- `Digital NSW Plone Starter Kit Demo <https://digitalnsw.pretagov.com.au>`_



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

Install nswdesignsystem.plone6 by adding it to your buildout::

    [buildout]

    ...

    eggs =
        nswdesignsystem.plone6


and then running ``bin/buildout``. The addon should then be available to install in the site addons.


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

This product was developed by **PretaGov**.

.. image:: https://avatars.githubusercontent.com/u/20355512?s=200&v=4
   :alt: PretaGov Site
   :target: https://www.pretagov.com.au/


Contribute
----------

- Issue Tracker: https://github.com/collective/nswdesignsystem.plone6/issues
- Source Code: https://github.com/collective/nswdesignsystem.plone6


License
-------

The project is licensed under the GPLv2.


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

- PretaGov, jeff.bledsoe@pretagov.com.au


Changelog
=========


0.3.0 (2022-11-21)
------------------

- Added NSW Design System Control Panel
  [JeffersonBledsoe] (#4)
- Fixed Recaptcha for forms
  [JeffersonBledsoe] (#5)
- Added spacing to control panel title
  [JeffersonBledsoe] (#6)
- Added option to customise acknowledgement of country
  [JeffersonBledsoe] (#7)
- Added cusy.restapi.info view permission to all users
  [JeffersonBledsoe] (#8)


0.2.0 (2022-09-30)
------------------

- Added collective.volto.formsupport
  [JeffersonBledsoe] (#2)
- Added collective.volto.subfooter
  [JeffersonBledsoe] (#3)


0.1.0 (2022-09-21)
------------------

- Initial release.
  [PretaGov]
