metatag.info 538 B

123456789101112131415161718192021222324
  1. name = Metatag
  2. description = "Adds support and an API to implement meta tags."
  3. package = SEO
  4. core = 7.x
  5. ; This requires Drupal 7.15 or newer.
  6. dependencies[] = system (>=7.15)
  7. ; CTools and Token are also required.
  8. dependencies[] = ctools
  9. dependencies[] = token
  10. configure = admin/config/search/metatags
  11. files[] = metatag.inc
  12. files[] = metatag.migrate.inc
  13. files[] = metatag.test
  14. ; Information added by drupal.org packaging script on 2013-09-23
  15. version = "7.x-1.0-beta7+54-dev"
  16. core = "7.x"
  17. project = "metatag"
  18. datestamp = "1379942674"