1
|
name = Panels
|
2
|
description = Core Panels display functions; provides no external UI, at least one other Panels module should be enabled.
|
3
|
core = 7.x
|
4
|
package = "Panels"
|
5
|
configure = admin/structure/panels
|
6
|
dependencies[] = ctools
|
7
|
files[] = panels.module
|
8
|
files[] = includes/common.inc
|
9
|
files[] = includes/legacy.inc
|
10
|
files[] = includes/plugins.inc
|
11
|
files[] = plugins/views/panels_views_plugin_row_fields.inc
|
12
|
|
13
|
; Tests.
|
14
|
; Task handlers for entities. These inherit off one base class to make it easier
|
15
|
; to repeat tests across multiple entity types.
|
16
|
files[] = tests/PanelsEntityViewWebTestCase.test
|
17
|
files[] = tests/PanelsNodeViewWebTestCase.test
|
18
|
files[] = tests/PanelsTermViewWebTestCase.test
|
19
|
files[] = tests/PanelsUserViewWebTestCase.test
|
20
|
|
21
|
; Information added by Drupal.org packaging script on 2016-10-16
|
22
|
version = "7.x-3.8"
|
23
|
core = "7.x"
|
24
|
project = "panels"
|
25
|
datestamp = "1476582295"
|
26
|
|