forked from drupal-media/entity_browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #2318669 by slashrsm: Add README.md and DEVELOPING.md.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Developing | ||
|
||
* Issues should be filed at http://drupal.org/project/issues/entity_browser | ||
* Pull requests can be made against https://github.com/drupal-media/entity_browser/pulls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Entity Browser Module [](https://travis-ci.org/drupal-media/entity_browser) | ||
|
||
Provides standardized interface to list, create and select entities. | ||
|
||
## Requirements | ||
|
||
* Latest dev release of Drupal 8.x. | ||
|
||
## Configuration | ||
|
||
No functionality can be tested ATM. Module is still under heavy development. | ||
|
||
## Technical details | ||
|
||
Architecture details can be found on [architecture meta-issue.](https://www.drupal.org/node/2289821). |