Skip to content
Snippets Groups Projects
Commit 8d9528c8 authored by l26yan's avatar l26yan
Browse files

ISTWCMS-5297 Add missing content types to array

parent aebcb05d
No related branches found
No related tags found
1 merge request!202ISTWCMS-5297 Add missing content types to array
...@@ -322,8 +322,12 @@ class UWService implements UWServiceInterface { ...@@ -322,8 +322,12 @@ class UWService implements UWServiceInterface {
$content_types = [ $content_types = [
'uw_ct_blog' => TRUE, 'uw_ct_blog' => TRUE,
'uw_ct_catalog_item' => FALSE, 'uw_ct_catalog_item' => FALSE,
'uw_ct_contact' => FALSE,
'uw_ct_event' => TRUE, 'uw_ct_event' => TRUE,
'uw_ct_news_item' => TRUE, 'uw_ct_news_item' => TRUE,
'uw_ct_opportunity' => FALSE,
'uw_ct_profile' => FALSE,
'uw_ct_service' => TRUE,
'uw_ct_sidebar' => FALSE, 'uw_ct_sidebar' => FALSE,
'uw_ct_site_footer' => FALSE, 'uw_ct_site_footer' => FALSE,
'uw_ct_web_page' => TRUE, 'uw_ct_web_page' => TRUE,
......
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