FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b09fc6ca authored by thewilkybarkid's avatar thewilkybarkid
Browse files

Use booleans

parent b63904b1
No related branches found
No related tags found
No related merge requests found
......@@ -77,18 +77,18 @@ function cambridge_base_install() {
'name' => st('Basic Page'),
'base' => 'node_content',
'description' => st("Use <em>basic pages</em> for your static content, such as an 'About us' page."),
'custom' => 1,
'modified' => 1,
'locked' => 0,
'custom' => TRUE,
'modified' => TRUE,
'locked' => FALSE,
),
array(
'type' => 'link',
'name' => st('Link'),
'base' => 'node_content',
'description' => st("Use <em>link</em> to add custom links to lists, such as teasers or carousels."),
'custom' => 1,
'modified' => 1,
'locked' => 0,
'custom' => TRUE,
'modified' => TRUE,
'locked' => FALSE,
'title_label' => 'Administrative title',
),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment