1
|
name = Panelizer
|
2
|
description = Allow any node type to have custom panel displays, similar to the panel node type.
|
3
|
package = "Panels"
|
4
|
dependencies[] = panels (>= 3.6)
|
5
|
dependencies[] = ctools
|
6
|
dependencies[] = page_manager
|
7
|
core = 7.x
|
8
|
configure = admin/structure/panelizer
|
9
|
|
10
|
; Master class for handling entities.
|
11
|
files[] = plugins/entity/PanelizerEntityDefault.class.php
|
12
|
|
13
|
; SearchAPI integration.
|
14
|
files[] = plugins/search_api/PanelizerSearchApiAlterCallback.class.php
|
15
|
|
16
|
; Views integration.
|
17
|
files[] = plugins/views/panelizer_handler_field_link.inc
|
18
|
files[] = plugins/views/panelizer_handler_panelizer_status.inc
|
19
|
files[] = plugins/views/panelizer_handler_filter_panelizer_status.inc
|
20
|
files[] = plugins/views/panelizer_plugin_row_panelizer_node_view.inc
|
21
|
|
22
|
; Tests: Basic functionality using core.
|
23
|
files[] = tests/panelizer.helper.test
|
24
|
files[] = tests/panelizer.admin_settings.test
|
25
|
|
26
|
; Tests: Standard core entities.
|
27
|
files[] = tests/panelizer.node.test
|
28
|
files[] = tests/panelizer.term.test
|
29
|
files[] = tests/panelizer.user.test
|
30
|
|
31
|
; Tests: Node workflows.
|
32
|
files[] = tests/panelizer.node_revisions.test
|
33
|
|
34
|
; Tests: Standard node translations.
|
35
|
files[] = tests/panelizer.node_content_translation.test
|
36
|
|
37
|
; Tests: Exportables.
|
38
|
files[] = tests/panelizer.exportables.test
|
39
|
|
40
|
; Tests: Panels IPE.
|
41
|
files[] = tests/panelizer.with_panels_ipe.test
|
42
|
|
43
|
; Todo: Tests: Pathauto integration.
|
44
|
test_dependencies[] = pathauto
|
45
|
files[] = tests/panelizer.with_pathauto.test
|
46
|
|
47
|
; Todo: Tests: Revisioning integration.
|
48
|
test_dependencies[] = revisioning
|
49
|
files[] = tests/panelizer.with_revisioning.test
|
50
|
|
51
|
; Todo: Tests: Views integration.
|
52
|
test_dependencies[] = views
|
53
|
files[] = tests/panelizer.with_views.test
|
54
|
|
55
|
; Todo: Tests: Workbench Moderation integration.
|
56
|
test_dependencies[] = workbench_moderation (>= 3.x)
|
57
|
files[] = tests/panelizer.with_workbench_moderation.test
|
58
|
|
59
|
; Information added by Drupal.org packaging script on 2016-08-19
|
60
|
version = "7.x-3.4"
|
61
|
core = "7.x"
|
62
|
project = "panelizer"
|
63
|
datestamp = "1471635552"
|
64
|
|