blob: 9767f7ee398f627b3dca470dcfdfd2df9749d74a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
; $Id$
name = Node
description = Allows content to be submitted to the site and displayed on pages.
package = Core
version = VERSION
core = 7.x
files[] = node.module
files[] = node.test
required = TRUE
configure = admin/structure/types
stylesheets[all][] = node.css
|