Netgen Content Browser Documentation

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code. Main use case is to provide a way to hook into a CMS backend and select items from the backend from apps built on top of that same CMS.

For example, Netgen Layouts uses Content Browser to select items which will be added to block collections.

Out of the box, Netgen Content Browser has the following plugins:

Note

These plugins have their own separate packages, so if you wish to use Content Browser integrated into Ibexa CMS, install and activate netgen/content-browser-ibexa package.

If you wish to use Content Browser integrated into Sylius, install and activate netgen/content-browser-sylius package.

Note

This documentation assumes you have a working knowledge of the Symfony Framework. If you’re not familiar with Symfony, please start with reading the Quick Tour from the Symfony documentation.

Reference

Upgrades

The cookbook

The cookbook provides a handful of recipes with which you can learn how to extend and use Netgen Content Browser.

Ibexa CMS integration

This section provides a handful of recipes with which you can learn how to extend Ibexa CMS integration in Content Browser.