Skip to content

Commit

Permalink
📝 Add note about nodetemplates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored Dec 19, 2017
1 parent aacce1f commit 65f76cd
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,25 @@
[![GitHub followers](https://img.shields.io/github/followers/jonnitto.svg?style=social&label=Follow)](https://github.com/jonnitto/followers)
[![Follow Jon on Twitter](https://img.shields.io/twitter/follow/jonnitto.svg?style=social&label=Follow)](https://twitter.com/jonnitto)

Jonnitto.ImagesInARow
=====================
# Jonnitto.ImagesInARow

### This package helps put images nicley in a row:

Put images nicley in a row:
![Images in a row](https://user-images.githubusercontent.com/4510166/33304401-e0986e48-d408-11e7-86c4-02bcd24d74cd.jpg)

Installation
------------
**In the new Neos UI, you can even faster generate the rows:**
![node template example](https://user-images.githubusercontent.com/4510166/34143857-2a05c18e-e48f-11e7-9379-e9b5f0950369.gif)

## 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:

```
composer require jonnitto/imagesinarow --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.

License
-------
## License

Licensed under MIT, see [LICENSE](LICENSE)

0 comments on commit 65f76cd

Please sign in to comment.