Skip to main content

Field that allows to use blocks instead rich text

Project description

Custom z3c.form field that allows to use Volto blocks.

This field can replace RichText fields in your custom content-types.

Features

  • store a json object with all blocks informations (data and order)

  • restapi serializer/deserializer to manage internal links

  • registered custom indexer for collective.dexteritytextindexer (if installed)

How to use

Import it and use as a normal field:

from collective.volto.blocksfield.field import BlocksField

class IMySchema(Interface):

    my_field = BlocksField(
        title="A field with blocks",
    )

Installation

Install collective.volto.blocksfield by adding it to your buildout:

[buildout]

...

eggs =
    collective.volto.blocksfield

and then running bin/buildout

You don’t need to install it.

TODO

  • Tests

Contribute

License

The project is licensed under the GPLv2.

Authors

This product was developed by RedTurtle Technology team.

RedTurtle Technology Site

Contributors

Changelog

1.0.3 (2022-05-31)

  • Fix required python version. [cekk]

1.0.2 (2022-05-25)

  • add check if value is a dict in SearchableText indexer. [eikichi18]

1.0.1 (2021-03-25)

  • Register standard blocks serializers/deserializer for IDexterityContent. Otherwise they don’t work. [cekk]

1.0.0 (2021-02-24)

  • Initial release. [cekk]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.volto.blocksfield-1.0.3.tar.gz (22.7 kB view details)

Uploaded Source

File details

Details for the file collective.volto.blocksfield-1.0.3.tar.gz.

File metadata

  • Download URL: collective.volto.blocksfield-1.0.3.tar.gz
  • Upload date:
  • Size: 22.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for collective.volto.blocksfield-1.0.3.tar.gz
Algorithm Hash digest
SHA256 d41765e3ea9a7ce3da4f1d9d37c182d3b3b473d6acbdc75bee12d6e5ca4d5206
MD5 7eeee78035b072de0e9d38fa7ab8caee
BLAKE2b-256 17e9fe9d68d96b135f58bff221ff4b2eaa802271c83d320e9b227b787085b673

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page