disabled = FALSE; /* Edit this to true to make a default handler disabled initially */ $handler->api_version = 1; $handler->name = 'node_view__contact'; $handler->task = 'node_view'; $handler->subtask = ''; $handler->handler = 'panel_context'; $handler->weight = -18; $handler->conf = array( 'title' => 'Contact', 'no_blocks' => 0, 'pipeline' => 'standard', 'body_classes_to_remove' => '', 'body_classes_to_add' => '', 'css_id' => '', 'css' => '', 'contexts' => array(), 'relationships' => array(), 'name' => 'contact', 'access' => array( 'plugins' => array( 0 => array( 'name' => 'node_type', 'settings' => array( 'type' => array( 'contact' => 'contact', ), ), 'context' => 'argument_entity_id:node_1', 'not' => FALSE, ), ), 'logic' => 'and', ), ); $display = new panels_display(); $display->layout = 'flexible:contact'; $display->layout_settings = array(); $display->panel_settings = array( 'style_settings' => array( 'default' => NULL, 'center' => NULL, 'address' => NULL, 'map' => NULL, ), ); $display->cache = array(); $display->title = ''; $display->uuid = '2bc67c25-ac9d-41c2-98c2-64e8cb6b3282'; $display->content = array(); $display->panels = array(); $pane = new stdClass(); $pane->pid = 'new-9f68a36a-c595-4b1b-b3cd-012d0bd285b8'; $pane->panel = 'address'; $pane->type = 'entity_field'; $pane->subtype = 'node:field_address'; $pane->shown = TRUE; $pane->access = array(); $pane->configuration = array( 'label' => 'title', 'formatter' => 'text_default', 'delta_limit' => 0, 'delta_offset' => '0', 'delta_reversed' => FALSE, 'formatter_settings' => array(), 'context' => 'argument_entity_id:node_1', 'override_title' => 1, 'override_title_text' => 'kontor', 'override_title_heading' => 'h2', ); $pane->cache = array(); $pane->style = array( 'settings' => NULL, ); $pane->css = array(); $pane->extras = array(); $pane->position = 0; $pane->locks = array(); $pane->uuid = '9f68a36a-c595-4b1b-b3cd-012d0bd285b8'; $display->content['new-9f68a36a-c595-4b1b-b3cd-012d0bd285b8'] = $pane; $display->panels['address'][0] = 'new-9f68a36a-c595-4b1b-b3cd-012d0bd285b8'; $pane = new stdClass(); $pane->pid = 'new-fcdab90d-ca62-427c-96b0-15671cc6d1ed'; $pane->panel = 'center'; $pane->type = 'entity_field'; $pane->subtype = 'node:field_contacts'; $pane->shown = TRUE; $pane->access = array(); $pane->configuration = array( 'label' => 'hidden', 'formatter' => 'field_collection_view', 'delta_limit' => '0', 'delta_offset' => '0', 'delta_reversed' => 0, 'formatter_settings' => array( 'edit' => 'Edit', 'delete' => 'Delete', 'add' => 'Add', 'description' => 0, 'view_mode' => 'full', ), 'context' => 'argument_entity_id:node_1', 'override_title' => 1, 'override_title_text' => 'email', 'override_title_heading' => 'h2', ); $pane->cache = array(); $pane->style = array( 'settings' => NULL, ); $pane->css = array(); $pane->extras = array(); $pane->position = 0; $pane->locks = array(); $pane->uuid = 'fcdab90d-ca62-427c-96b0-15671cc6d1ed'; $display->content['new-fcdab90d-ca62-427c-96b0-15671cc6d1ed'] = $pane; $display->panels['center'][0] = 'new-fcdab90d-ca62-427c-96b0-15671cc6d1ed'; $pane = new stdClass(); $pane->pid = 'new-f3a1a237-7ed0-4877-bf66-bf33922c049c'; $pane->panel = 'map'; $pane->type = 'views_panes'; $pane->subtype = 'front_page_kbh_kortet-contact_map_pane'; $pane->shown = TRUE; $pane->access = array(); $pane->configuration = array(); $pane->cache = array(); $pane->style = array( 'settings' => NULL, ); $pane->css = array(); $pane->extras = array(); $pane->position = 0; $pane->locks = array(); $pane->uuid = 'f3a1a237-7ed0-4877-bf66-bf33922c049c'; $display->content['new-f3a1a237-7ed0-4877-bf66-bf33922c049c'] = $pane; $display->panels['map'][0] = 'new-f3a1a237-7ed0-4877-bf66-bf33922c049c'; $display->hide_title = PANELS_TITLE_FIXED; $display->title_pane = '0'; $handler->conf['display'] = $display; $export['node_view__contact'] = $handler; return $export; }