https://github.com/metamodels/notelist
This is the MetaModels note list implementation.
https://github.com/metamodels/notelist
Last synced: 8 months ago
JSON representation
This is the MetaModels note list implementation.
- Host: GitHub
- URL: https://github.com/metamodels/notelist
- Owner: MetaModels
- License: lgpl-3.0
- Created: 2025-03-24T14:19:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-14T15:16:06.000Z (9 months ago)
- Last Synced: 2025-07-14T18:04:41.313Z (9 months ago)
- Language: PHP
- Size: 230 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/MetaModels/notelist/actions)
[](https://github.com/MetaModels/notelist/tags)
[](https://packagist.org/packages/MetaModels/notelist)
[](https://packagist.org/packages/MetaModels/notelist)
# MetaModels note list
This is the MetaModels note list implementation.
The note list extends MetaModels by the possibility of adding individual data records (items) to a note list
in the FE output or also to pass them to a form. Possible uses for the note list range from a "normal note list" to
comparison lists, e.g. of product properties, to shopping basket functions.
Optionally, each note can be given additional values such as number, colour or comment using an individual form from
the form generator.
The data can be saved in the PHP session or in the Contao session of a logged-in member.
## Installation
Add with composer
`composer require metamodels/notelist`
or search `metamodels/notelist` in Contao-Manager to install.
## Docs
[Use the note list (currently only in DE)](https://metamodels.readthedocs.io/de/latest/manual/extended/notelist.html)