Skip to content
Snippets Groups Projects
Commit 2fa1b99e authored by Liam Morland's avatar Liam Morland
Browse files

Merge branch...

Merge branch 'feature/ISTWCMS-5297-l26yan-Add-missing-content-types-to-content_types-array' into '1.0.x'

ISTWCMS-5297 Add missing content types to  array

See merge request !202
parents aebcb05d 8d9528c8
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 {
$content_types = [
'uw_ct_blog' => TRUE,
'uw_ct_catalog_item' => FALSE,
'uw_ct_contact' => FALSE,
'uw_ct_event' => TRUE,
'uw_ct_news_item' => TRUE,
'uw_ct_opportunity' => FALSE,
'uw_ct_profile' => FALSE,
'uw_ct_service' => TRUE,
'uw_ct_sidebar' => FALSE,
'uw_ct_site_footer' => FALSE,
'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