https://github.com/jonnitto/jonnitto.assetlist
An asset list node type for Neos.io
https://github.com/jonnitto/jonnitto.assetlist
assets neoscms nodetype
Last synced: 10 months ago
JSON representation
An asset list node type for Neos.io
- Host: GitHub
- URL: https://github.com/jonnitto/jonnitto.assetlist
- Owner: jonnitto
- License: gpl-3.0
- Created: 2017-03-21T13:21:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T11:57:51.000Z (about 1 year ago)
- Last Synced: 2025-05-14T12:56:00.355Z (about 1 year ago)
- Topics: assets, neoscms, nodetype
- Language: SCSS
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Jonnitto.AssetList
An asset list node type for [Neos].
| Version | Neos | Maintained |
| ------- | ----------- | :--------: |
| 1.\* | 2.\* | ✗ |
| > 2.2 | 3.\* + 4.\* | ✗ |
| > 3.\* | ^4.2 - 7.\* | ✗ |
| > 4.\* | ^5.3 - 8.\* | ✗ |
| > 5.\* | ^8.3 - 9.\* | ✓ |
## Installation
Most of the time you have to make small adjustments to a package (e.g. configuration in Settings.yaml). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site packages located under Packages/Sites/. To install it correctly go to your theme package (e.g.Packages/Sites/Foo.Bar) and run following command:
```bash
composer require jonnitto/assetlist --no-update
```
The --no-update command prevent the automatic update of the dependencies. After the package was added to your theme composer.json, go back to the root of the Neos installation and run composer update. Et voilà! Your desired package is now installed correctly.
[neos]: https://www.neos.io