name = Metatag description = "Adds support and an API to implement meta tags." package = SEO core = 7.x ; This requires Drupal 7.28 or newer as it fixes the [node:summary] token that ; was previously broken. dependencies[] = system (>= 7.28) ; CTools is required. dependencies[] = ctools ; Requires Token; v7.x-1.6 is highly recommended due to bugs with certain tags ; when using older versions. dependencies[] = token configure = admin/config/search/metatags files[] = metatag.inc files[] = metatag.migrate.inc files[] = metatag.search_api.inc ; Tests. files[] = tests/metatag.helper.test ; Basic configuration handling. files[] = tests/metatag.unit.test ; Core entities. files[] = tests/metatag.node.test files[] = tests/metatag.term.test files[] = tests/metatag.user.test ; Handling of core's default meta tags. files[] = tests/metatag.core_tag_removal.test ; String handling. files[] = tests/metatag.string_handling.test files[] = tests/metatag.string_handling_with_i18n.test ; Images need specia attention. files[] = tests/metatag.image.test ; Internationalization & translation. files[] = tests/metatag.locale.test files[] = tests/metatag.with_i18n_output.test files[] = tests/metatag.with_i18n_disabled.test files[] = tests/metatag.with_i18n_config.test files[] = tests/metatag.with_i18n_node.test ; Basic integration with Media. files[] = tests/metatag.with_media.test ; Basic integration with Panels. files[] = tests/metatag.with_panels.test ; Basic integration with Profile2. files[] = tests/metatag.with_profile2.test ; Basic integration with Search API. files[] = tests/metatag.with_search_api.test ; Basic integration with Views. files[] = tests/metatag.with_views.test ; This is required for testing image handling. test_dependencies[] = devel test_dependencies[] = imagecache_token ; These are required for the internationalization & translation functionality. test_dependencies[] = entity_translation test_dependencies[] = i18n ; These are required for the submodules. test_dependencies[] = context test_dependencies[] = panels test_dependencies[] = views ; These are required for the Media integration. test_dependencies[] = file_entity test_dependencies[] = media ; These are required for the Search API integration. test_dependencies[] = entity test_dependencies[] = search_api ; This is required for the Profile2-related tests. test_dependencies[] = profile2 ; Information added by Drupal.org packaging script on 2016-06-30 version = "7.x-1.17" core = "7.x" project = "metatag" datestamp = "1467306248"