Skip to content

Latest commit

 

History

History
83 lines (55 loc) · 2.16 KB

index.rst

File metadata and controls

83 lines (55 loc) · 2.16 KB

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

.. toctree::
    :hidden:

    reference/index

Upgrades

.. toctree::
    :hidden:

    upgrades/index

The cookbook

:doc:`The cookbook </cookbook/index>` provides a handful of recipes with which you can learn how to extend and use Netgen Content Browser.

.. toctree::
    :hidden:

    cookbook/index

Ibexa CMS integration

:doc:`This section </ibexa/index>` provides a handful of recipes with which you can learn how to extend Ibexa CMS integration in Content Browser.

.. toctree::
    :hidden:

    ibexa/index