core/model/modx/processors/context/setting/create.php
Creates a context setting
- Package
- modx
- $context_key/$fk
- string
The key of the context
- $key
- string
The key of the setting
- $value
- string
The value of the setting.
- $xtype
- string
(optional) The rendering type for the setting. Defaults to textfield.
- $namespace
- string
(optional) The namespace of the setting. Defaults to core.
- $area
- string
(optional) The area of the setting. Defaults to a blank area.
- Subpackage
- processors.context.setting