Skip to content
Snippets Groups Projects
Commit e8000782 authored by Chris Shantz's avatar Chris Shantz
Browse files

changed Preview Before Submitting from Optional to Disabled to remove the...

changed Preview Before Submitting from Optional to Disabled to remove the preview button from the adminimal theme. With the previous uw admin theme we had hidden it with CSS.
parent 9bb7704d
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ function uw_ct_project_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'node_preview_uw_project';
$strongarm->value = '1';
$strongarm->value = '0';
$export['node_preview_uw_project'] = $strongarm;
$strongarm = new stdClass();
......
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