- Issue created by @jdleonard
- πΊπΈUnited States jdleonard Austin, TX, USA
Good:
hook_civictheme_layout_suppress_page_regions_alter() references the content type "civictheme_page", which is created by the theme
Less good:
hook_civictheme_automated_list_view_info_alter() references a content type with machine name "event", which is not quite the machine name of the "Event" content type created by the theme.
Proposed change:
Have hook_civictheme_automated_list_view_info_alter() reference content type "civictheme_event" to help those of us blindly copying and pasting
Active
1.10
Documentation