Skip to content
Snippets Groups Projects
Commit a841b897 authored by Eric Bremner's avatar Eric Bremner Committed by Eric Bremner
Browse files

ISTWCMS-4704: adding catalogs to node content data

parent 76aac44f
No related branches found
No related tags found
1 merge request!112Feature/istwcms 4704 m26lebla ebremner content types
......@@ -199,6 +199,14 @@ class UWService implements UWServiceInterface {
'content' => $get_content ? 'layout_builder__layout' : NULL,
];
break;
case 'uw_ct_catalog_item':
$content_data = [
'title' => $get_header ? TRUE : NULL,
'content' => $get_content ? 'layout_builder__layout' : NULL,
];
break;
}
return $this->uwGetNodeData($node, $view_mode, $content_data);
......
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