You are here

maxlength.inc in Maxlength 6

Include file for constants used in the maxlenght module

File

maxlength.inc
View source
<?php

/**
 * @file
 * Include file for constants used in the maxlenght module
 */

// Content types that limit body field
define('MAXLENGTH_NODE_TYPE', 'maxlength_');

// Permissions
define('ADMINISTER_MAXLENGTH', 'administer maxlength');