From 0ed485bdd059b80d720649e91545ed09935f2820 Mon Sep 17 00:00:00 2001 From: Chris Gross <gross.364@osu.edu> Date: Tue, 14 Mar 2017 18:03:15 -0400 Subject: [PATCH] weekly build 3 --- .../modules/custom/ocio_book/ocio_book.context.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/profiles/wcm_base/modules/custom/ocio_book/ocio_book.context.inc b/profiles/wcm_base/modules/custom/ocio_book/ocio_book.context.inc index fe0257ae..1d2822a9 100644 --- a/profiles/wcm_base/modules/custom/ocio_book/ocio_book.context.inc +++ b/profiles/wcm_base/modules/custom/ocio_book/ocio_book.context.inc @@ -17,9 +17,12 @@ function ocio_book_context_default_contexts() { $context->description = ''; $context->tag = 'OCIO Book'; $context->conditions = array( - 'book' => array( + 'bookroot' => array( 'values' => array( - 'book-toc-8' => 'book-toc-8', + 'book_page' => 'book_page', + ), + 'options' => array( + 'node_form' => '1', ), ), ); -- GitLab