Drupal 7 – Override the limit of 7 shortcuts per shortcut set

In Drupal 7, only 7 shortcuts are allowed in one shortcut set. If you want to have more slots, add the following line in the settings.php.

$conf['shortcut_max_slots'] = 10;

&anbsp;

It will raise the limit to 10.

Done =)

Reference: Remove the default limit of 7 shortcuts per shortcut set

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.