You are here

property panels_allowed_layouts::$allow_new in Panels 6.2

Same name and namespace in other branches
  1. 5.2 includes/common.inc \panels_allowed_layouts::allow_new
  2. 6.3 includes/common.inc \panels_allowed_layouts::allow_new
  3. 7.3 includes/common.inc \panels_allowed_layouts::allow_new

Specifies whether newly-added layouts (as in, new .inc files) should be automatically allowed (TRUE) or disallowed (FALSE) for $this. Defaults to TRUE, which is more permissive but less of an administrative hassle if/when you add new layouts. Note that this parameter will be derived from $allowed_layouts if a value is passed in.

File

includes/common.inc, line 52
Functions used by more than one panels client module.

Class

panels_allowed_layouts
Class definition for the allowed layouts governing structure.

Code

var $allow_new = TRUE;