constant DRUPAL_WEIGHT_SELECT_MAX

Maximum number of values in a weight select element.

If the number of values is over the maximum, a text field is used instead.

File

modules/system/system.module, line 53
Configuration system that lets administrators modify the workings of the site.

Code

define('DRUPAL_WEIGHT_SELECT_MAX', 100)

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!system!system.module/constant/DRUPAL_WEIGHT_SELECT_MAX/7.x