Skip to content

Commit

Permalink
flag_bookmark: update with more realistic possible content types
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool committed Dec 13, 2021
1 parent bfe3cf9 commit b1d852e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/flag_bookmark/flag_bookmark.install
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function flag_bookmark_enable() {
* apply.
*/
function _flag_bookmark_install_get_suggested_node_types() {
$preferred = array('article', 'story', 'forum', 'blog');
$preferred = array('post', 'story', 'page', 'blog');
$existing = array_intersect($preferred, array_keys(node_type_get_types()));
if (!$existing) {
// As a last resort, take the first preference.
Expand Down

0 comments on commit b1d852e

Please sign in to comment.