Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T18:51:38.000Z (about 2 years ago)
- Last Synced: 2024-12-06T17:54:04.934Z (about 1 month ago)
- Topics: assets, neoscms, nodetype
- Language: SCSS
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 3
- 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
[![Latest stable version]][packagist] [![Total downloads]][packagist] [![License]][packagist] [![GitHub forks]][fork] [![GitHub stars]][stargazers] [![GitHub watchers]][subscription] [![GitHub followers]][followers] [![Follow Jon on Twitter]][twitter]
# 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.\* | ✓ |## 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
[packagist]: https://packagist.org/packages/jonnitto/assetlist
[latest stable version]: https://poser.pugx.org/jonnitto/assetlist/v/stable
[total downloads]: https://poser.pugx.org/jonnitto/assetlist/downloads
[license]: https://poser.pugx.org/jonnitto/assetlist/license
[github forks]: https://img.shields.io/github/forks/jonnitto/Jonnitto.AssetList.svg?style=social&label=Fork
[github stars]: https://img.shields.io/github/stars/jonnitto/Jonnitto.AssetList.svg?style=social&label=Stars
[github watchers]: https://img.shields.io/github/watchers/jonnitto/Jonnitto.AssetList.svg?style=social&label=Watch
[github followers]: https://img.shields.io/github/followers/jonnitto.svg?style=social&label=Follow
[follow jon on twitter]: https://img.shields.io/twitter/follow/jonnitto.svg?style=social&label=Follow
[twitter]: https://twitter.com/jonnitto
[fork]: https://github.com/jonnitto/Jonnitto.AssetList/fork
[stargazers]: https://github.com/jonnitto/Jonnitto.AssetList/stargazers
[subscription]: https://github.com/jonnitto/Jonnitto.AssetList/subscription
[followers]: https://github.com/jonnitto/followers
[license]: LICENSE