Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

config_add_single_ftype_select()

Parameters

ColumnTypeDefaultDescription
$config_var
$label
$width 300
$rtype false
$ftypes array
$autosave false

Location

include/config_functions.php lines 1005 to 1008

Definition

 
function config_add_single_ftype_select($config_var$label$width=300$rtype=false$ftypes=array(),$autosave=false)
    {
    return array(
'single_ftype_select'$config_var$label$width$rtype$ftypes,$autosave);
    }

This article was last updated 26th April 2024 09:05 Europe/London time based on the source file dated 18th April 2024 17:15 Europe/London time.