3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Add dependencies to README. Depend on Pathauto.

This commit is contained in:
Michael Stenta 2015-01-06 11:14:33 -05:00
parent d61f60d4a1
commit 270de04122
2 changed files with 6 additions and 0 deletions

View file

@ -12,10 +12,15 @@ DEPENDENCIES
This module depends on the following modules:
* Ctools (http://drupal.org/project/ctools)
* Date (http://drupal.org/project/date)
* Entity API (http://drupal.org/project/entity)
* Entity Reference (http://drupal.org/project/entityreference)
* Features (http://drupal.org/project/features)
* Log (http://drupal.org/project/log)
* Pathauto (http://drupal.org/project/pathauto)
* Strongarm (http://drupal.org/project/strongarm)
* Views (http://drupal.org/project/views)
* Views Bulk Operations (http://drupal.org/project/views_bulk_operations)
* Farm Asset (http://drupal.org/project/farm_asset)
INSTALLATION

View file

@ -11,6 +11,7 @@ dependencies[] = features
dependencies[] = log
dependencies[] = page_manager
dependencies[] = panels
dependencies[] = pathauto
dependencies[] = strongarm
dependencies[] = views
dependencies[] = views_bulk_operations