Mercurial > hg > rr-repo
comparison rrr_features.features.inc @ 28:9b58e6b687c1
fixed user permissions
author | root <root@guanciale.(none)> |
---|---|
date | Mon, 09 Dec 2013 12:31:37 +0000 |
parents | 517036c6c711 |
children |
comparison
equal
deleted
inserted
replaced
27:56d0fe6b6acb | 28:9b58e6b687c1 |
---|---|
17 function rrr_features_node_info() { | 17 function rrr_features_node_info() { |
18 $items = array( | 18 $items = array( |
19 'page' => array( | 19 'page' => array( |
20 'name' => t('static page'), | 20 'name' => t('static page'), |
21 'base' => 'node_content', | 21 'base' => 'node_content', |
22 'description' => t('Use <em>basic pages</em> for your static content, such as an \'About us\' page.'), | 22 'description' => t('a static page used for contacts, about us, welcome page, etc.'), |
23 'has_title' => '1', | 23 'has_title' => '1', |
24 'title_label' => t('Title'), | 24 'title_label' => t('Title'), |
25 'help' => '', | 25 'help' => '', |
26 ), | 26 ), |
27 ); | 27 ); |