core/model/modx/processors/element/template/tv/updatefromgrid.php
Assigns or unassigns TVs to a template. Passed as JSON data.
- Package
- modx
- $id
- integer
The ID of the TV.
- $name
- string
(optional) The name of the TV.
- $description
- string
(optional) The description of the TV.
- $template
- integer
The ID of the template.
- $rank
- integer
The rank of the TV for the template.
- $access
- boolean
If true, give the TV access to the template. Else, remove access.
- Subpackage
- processors.element.template.tv