Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Oct 12, 2019
1 parent 527cee8 commit 554f216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ Netgen ContentType List Bundle
[![Latest stable](https://img.shields.io/packagist/v/netgen/content-type-list-bundle.svg?style=flat-square)](https://packagist.org/packages/netgen/content-type-list-bundle)
[![License](https://img.shields.io/github/license/netgen/NetgenContentTypeListBundle.svg?style=flat-square)](LICENSE)

Netgen ContentType List Bundle is an eZ Publish 5 bundle that provides a field type to select and store a list of content type identifiers.

This repository represents eZ Publish 5 rewrite of the original eZ Publish 4 extension located at [http://github.com/netgen/ngclasslist](/netgen/ngclasslist). However, eZ Publish 4 extension is still required to populate field type through the admin interface.
Netgen ContentType List Bundle is an eZ Platform bundle that provides a field type to select and store a list of content type identifiers.

License and installation instructions
-------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions Resources/doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Netgen Content Type List Bundle installation instructions
Requirements
------------

* Recent version of eZ Publish 5 or eZ Platform
* Recent version of eZ Platform

Installation steps
------------------
Expand Down Expand Up @@ -39,10 +39,10 @@ public function registerBundles()

### Clear the caches

Clear eZ Publish caches.
Clear eZ Platform caches.

```bash
php app/console cache:clear
php bin/console cache:clear
```

### Use the bundle
Expand Down

0 comments on commit 554f216

Please sign in to comment.