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
|
5
|
dependencies[] = ctools
|
6
|
dependencies[] = page_manager
|
7
|
core = 7.x
|
8
|
configure = admin/config/content/panelizer
|
9
|
|
10
|
files[] = plugins/views/panelizer_handler_field_link.inc
|
11
|
files[] = plugins/views/panelizer_handler_panelizer_status.inc
|
12
|
files[] = plugins/views/panelizer_handler_filter_panelizer_status.inc
|
13
|
files[] = plugins/views/panelizer_plugin_row_panelizer_node_view.inc
|
14
|
|
15
|
; Information added by drupal.org packaging script on 2013-02-13
|
16
|
version = "7.x-3.1"
|
17
|
core = "7.x"
|
18
|
project = "panelizer"
|
19
|
datestamp = "1360785942"
|
20
|
|