Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.46 KB

intro.md

File metadata and controls

24 lines (15 loc) · 1.46 KB

Entity browser

The Entity browser module provides a very flexible and generic entity browsing and selecting tool. It can be used in any context where one needs to select any number of entities and do something with them.

Examples of few possible use cases:

  • powerfull entity reference widget,
  • embedding entities into wysiwyg,
  • you name it

Entity browser comes with an example module (modules/example in main repo) which can be used as a starting point. It comes with some example configuration and shows how Entity browser can be used as a field widget for Entity reference fields.

There is also File entity browser module that uses Entity browser to provide nice content creation experience and re-usability of core files.

Development

We use Github pull request workflow. In order to contribute to the module please create a pull request and cross-link it with the relevant drupal.org issue.

Roadmap to 8.x-1.0 version

Most up to date information about the current focus and relevant tasks/issues can be seen in the roadmap META issue.

Maintainers