diff --git a/Configuration/NodeTypes.Swiper.yaml b/Configuration/NodeTypes.Swiper.yaml index 7f44828..e969d64 100644 --- a/Configuration/NodeTypes.Swiper.yaml +++ b/Configuration/NodeTypes.Swiper.yaml @@ -40,6 +40,7 @@ groups: 'properties': label: i18n + icon: 'fa fa-cog' position: 10 properties: image: @@ -55,4 +56,4 @@ label: i18n reloadIfChanged: TRUE inspector: - group: 'properties' \ No newline at end of file + group: 'properties' diff --git a/README.md b/README.md index eba3bb6..de47bcf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/composer.json b/composer.json index 25b4c59..52ff0ec 100644 --- a/composer.json +++ b/composer.json @@ -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"