Skip to content

Commit

Permalink
Merge pull request #4 from obisconcept/master
Browse files Browse the repository at this point in the history
Added suggestion
  • Loading branch information
René Zwinge authored Sep 28, 2016
2 parents 3933421 + 3822097 commit cde437f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Configuration/NodeTypes.Swiper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
groups:
'properties':
label: i18n
icon: 'fa fa-cog'
position: 10
properties:
image:
Expand All @@ -55,4 +56,4 @@
label: i18n
reloadIfChanged: TRUE
inspector:
group: 'properties'
group: 'properties'
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ A Neos CMS package with a Swiper node type
## Installation
Add the package in your site package composer.json

`"require": {
```
"require": {
"obisconcept/neos-swiper": "~1.0.0"
}`
}
```
## Requirements
The package requires jQuery which is not provided within.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"typo3/neos": "~2.3.0",
"typo3/neos-nodetypes": "~2.3.0"
},
"suggest": {
"obisconcept/neos-bootstrap": "Provides jQuery which is required by the plugin",
"obisconcept/neos-jquery": "Add this package, if you don't use obisconcept/neos-bootstrap package or if you don't inluded jQuery by yourself"
},
"autoload": {
"psr-0": {
"ObisConcept\\NeosSwiper": "Classes"
Expand Down

0 comments on commit cde437f

Please sign in to comment.