Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imio/collective.behavior.internalnumber
Configurable internal number plone behavior
https://github.com/imio/collective.behavior.internalnumber
Last synced: 5 days ago
JSON representation
Configurable internal number plone behavior
- Host: GitHub
- URL: https://github.com/imio/collective.behavior.internalnumber
- Owner: IMIO
- Created: 2016-09-15T09:22:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T09:46:12.000Z (17 days ago)
- Last Synced: 2024-12-25T18:31:01.770Z (10 days ago)
- Language: Python
- Size: 116 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
README
.. 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/IMIO/collective.behavior.internalnumber/actions/workflows/main.yml/badge.svg?branch=master
:target: https://github.com/IMIO/collective.behavior.internalnumber/actions/workflows/main.yml.. image:: https://coveralls.io/repos/github/IMIO/collective.behavior.internalnumber/badge.svg
:target: https://coveralls.io/github/IMIO/collective.behavior.internalnumber.. image:: http://img.shields.io/pypi/v/collective.behavior.internalnumber.svg
:alt: PyPI badge
:target: https://pypi.org/project/collective.behavior.internalnumber==============================================================================
collective.behavior.internalnumber
==============================================================================This product adds a plone behavior for dexterity content.
The behavior adds a text field containing an internal number.Features
--------- Optional uniqueness validation
- Optional default value
- Inclusion in searchable text
- Global or type by type configuration
- A configuration page can manage globally or type by type:* a uniqueness option
* an incremented number
* a default value tal expressionUsage
-----In the configuration panel, go to dexterity types.
Click on the type you want extend with the internal number field.
Go to the behavior tab.
Select "Internal number field" behavior.If you want the internal number be searched in searchable text, you can also select
the "Dynamic SearchableText indexer behavior"Translations
------------This product has been translated into
- French (thanks the author)
Installation
------------Install collective.behavior.internalnumber by adding it to your buildout::
[buildout]
...
eggs =
collective.behavior.internalnumberand then running ``bin/buildout``
Contribute
----------- Issue Tracker: https://github.com/collective/collective.behavior.internalnumber/issues
- Source Code: https://github.com/collective/collective.behavior.internalnumber
- Documentation: https://docs.plone.org/foo/barLicense
-------The project is licensed under the GPLv2.