tripal_example.info 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ;
  2. ; Provide details about your module in this file. Instruction for setup of this
  3. ; file can be found here: https://drupal.org/node/542202
  4. ;
  5. name = Tripal Example
  6. description = An example module that can be used as a template for anyone wanting to create a custom extension module for Tripal.
  7. ;
  8. ; The version of Drupal with which this module is compatible.
  9. ;
  10. core = 7.x
  11. ;
  12. ; The computer-readable name for this module
  13. ;
  14. project = tripal_example
  15. ;
  16. ; In order for this module to appear in the 'Tripal Extensions' section when
  17. ; viewing the module administrative page, the package must be set to
  18. ; 'Tripal Extensions'
  19. ;
  20. package = Tripal v2 Legacy Extensions
  21. ;
  22. ; Follow these instructions when specifying the version:
  23. ; https://drupal.org/node/1015226
  24. ;
  25. version = 7.x-3.0-alpha1
  26. ;
  27. ; Style-sheets containing CSS that should always be available for the
  28. ; module should be specified here.
  29. ;
  30. stylesheets[all][] = theme/css/tripal_example.css
  31. ;
  32. ; Javascript files that should always be available for the
  33. ; module should be specified here.
  34. ;
  35. scripts[] = theme/js/tripal_example.js
  36. ;
  37. ; Add additional dependencies for other modules using the module project name.
  38. ; These modules must be enabled before this module can be enabled
  39. ;
  40. dependencies[] = tripal_core
  41. dependencies[] = tripal_views
  42. dependencies[] = tripal_db
  43. dependencies[] = tripal_cv