metatag.info 591 B

12345678910111213141516171819202122232425
  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.28 or newer as it fixes the [node:summary] token that
  6. ; was previously broken.
  7. dependencies[] = system (>=7.28)
  8. ; CTools and Token are also required.
  9. dependencies[] = ctools
  10. dependencies[] = token
  11. configure = admin/config/search/metatags
  12. files[] = metatag.inc
  13. files[] = metatag.migrate.inc
  14. files[] = metatag.test
  15. ; Information added by Drupal.org packaging script on 2014-10-10
  16. version = "7.x-1.4"
  17. core = "7.x"
  18. project = "metatag"
  19. datestamp = "1412909330"