-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmetatag.info
51 lines (38 loc) · 1.33 KB
/
metatag.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
type = module
name = Metatag
description = Adds support and an API to implement meta tags.
package = SEO
backdrop = 1.x
configure = admin/config/metadata/metatags
; The custom Bulk Revert functionality.
files[] = tests/metatag.bulk_revert.test
; String handling.
files[] = tests/metatag.string_handling.test
files[] = tests/metatag.string_handling_with_i18n.test
; XSS testing.
files[] = tests/metatag.xss.test
; Images need specia attention.
files[] = tests/metatag.image.test
; Internationalization & translation.
files[] = tests/metatag.locale.test
files[] = tests/metatag.node.with_i18n.test
files[] = tests/metatag.term.with_i18n.test
files[] = tests/metatag.with_i18n_output.test
files[] = tests/metatag.with_i18n_disabled.test
files[] = tests/metatag.with_i18n_config.test
; Basic integration with Me.
files[] = tests/metatag.with_me.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.
test_dependencies[] = search_api
files[] = tests/metatag.with_search_api.test
; Basic integration with Views.
test_dependencies[] = views
files[] = tests/metatag.with_views.test
; Search API integration.
files[] = metatag.search_api.inc