Metadata

Distro Index Owner:
eea
Home Page:
eea.schema.slate
License
GPL version 2
Version:
1.2
Last updated:
2021-11-11
Keywords:
EEA Add-ons Plone Zope

eea.schema.slate

Files

Indexes

Slate JSON Field/Widget for Dexterity

eea.schema.slate

Develop Master

Slate JSONField to be used with DX Content-Types metadata and <volto-slate

Main features

  1. Possibility to add Slate metadata fields TTW via Site Setup > Dexterity Content Types > Page > Fields

  2. Easily define DX Content-Type schema or behavior with Slate Editor enabled:

    from eea.schema.slate.field import SlateJSONField
    class IContact(model.Schema):
        contact = SlateJSONField(title="Contact")
    

Install

Plone versions

It has been developed and tested for Plone 4 and 5. See buildouts section above.

Funding

EEA - European Environment Agency (EU)

Changelog

1.2 - (2021-11-11)

  • Change: Fixed package classifiers and python_requires [avoinea refs #139888]

1.1 - (2021-09-02)

  • More testing. Update Jenkins pipeline [avoinea]

1.0 - (2021-09-01)

  • Provide SlateJSONFiled with slate widget by default [avoinea]