From 5ff0c0d3c7757038af8ab95f5386a9fec1aa1b10 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 23 May 2010 19:10:23 +0000 Subject: - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' screen. --- modules/book/book.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/book') diff --git a/modules/book/book.module b/modules/book/book.module index ddf845563..bea4a077f 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -240,6 +240,7 @@ function book_entity_info_alter(&$info) { $info['node']['view modes'] += array( 'print' => array( 'label' => t('Print'), + 'custom settings' => FALSE, ), ); } -- cgit v1.2.3