name = Metatag description = "Adds support and an API to implement meta tags." package = SEO core = 7.x ; This requires Drupal 7.40 because of the project:module dependency structure. dependencies[] = drupal:system (>= 7.40) ; CTools is required. dependencies[] = ctools:ctools ; Requires Token; v7.x-1.6 is highly recommended due to bugs with certain tags ; when using older versions. dependencies[] = token:token configure = admin/config/search/metatags ; The main classes. files[] = metatag.inc ; Defines the basic meta tags. files[] = metatag.migrate.inc ; Search API integration. files[] = metatag.search_api.inc ; Tests. ; Devel is a dependency for all tests as it's used to automatically trim meta ; tags to a certain length. test_dependencies[] = devel:devel files[] = tests/MetatagTestBase.test ; Basic configuration handling. files[] = tests/MetatagCoreUnitTest.test ; Basic tag testing. files[] = tests/MetatagTagsTestBase.test files[] = tests/MetatagTagsTest.test ; Core entities. files[] = tests/MetatagCoreNodeTest.test files[] = tests/MetatagCoreTermTest.test files[] = tests/MetatagCoreUserTest.test ; Handling of core's default meta tags. files[] = tests/MetatagCoreTagRemovalTest.test ; The custom Bulk Revert functionality. files[] = tests/MetatagBulkRevertTest.test ; String handling. files[] = tests/MetatagCoreStringHandlingTest.test files[] = tests/MetatagCoreStringHandlingWithI18nTest.test ; XSS testing. files[] = tests/MetatagCoreXSSTest.test ; Output caching. files[] = tests/MetatagCoreOutputCachingTest.test ; Images need special attention. test_dependencies[] = imagecache_token:imagecache_token files[] = tests/MetatagCoreImageTest.test ; Internationalization & translation. test_dependencies[] = entity_translation:entity_translation test_dependencies[] = i18n:i18n files[] = tests/MetatagCoreLocaleTest.test files[] = tests/MetatagCoreNodeWithI18nTest.test files[] = tests/MetatagCoreTermWithI18nTest.test files[] = tests/MetatagCoreWithI18nOutputTest.test files[] = tests/MetatagCoreWithI18nDisabledTest.test files[] = tests/MetatagCoreWithI18nConfigTest.test ; Integration with Me. test_dependencies[] = me:me files[] = tests/MetatagCoreWithMeTest.test ; Integration with Media. test_dependencies[] = file_entity:file_entity test_dependencies[] = media:media (>= 2.0, < 3.0) files[] = tests/MetatagCoreWithMediaTest.test ; Integration with Panels. test_dependencies[] = panels:panels files[] = tests/MetatagCoreWithPanelsTest.test ; Integration with Profile2. test_dependencies[] = profile2:profile2 files[] = tests/MetatagCoreWithProfile2Test.test ; Integration with Search API. test_dependencies[] = entity:entity test_dependencies[] = search_api:search_api files[] = tests/MetatagCoreWithSearchApiTest.test ; Integration with Views. test_dependencies[] = views:views files[] = tests/MetatagCoreWithViewsTest.test ; Integration with Workbench Moderation. test_dependencies[] = workbench_moderation:workbench_moderation files[] = tests/MetatagCoreWithWorkbenchModerationTest.test ; Test dependencies used by submodules, left here to make it easier to find. test_dependencies[] = context:context ; Information added by Drupal.org packaging script on 2020-02-10 version = "7.x-1.27" core = "7.x" project = "metatag" datestamp = "1581369088"