Skip to content

Commit

Permalink
[4.3] Colour fields doc blocks (#41128)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman authored Jul 14, 2023
1 parent e367bf8 commit 955e4d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions layouts/joomla/form/field/color/advanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
* @var boolean $hasValue Has this field a value assigned?
* @var array $options Options available for this field.
* @var array $checked Is this field checked?
* @var array $position Is this field checked?
* @var array $control Is this field checked?
* @var array $position Position of input.
* @var array $control The forms control.
* @var string $dataAttribute Miscellaneous data attributes preprocessed for HTML output
* @var array $dataAttributes Miscellaneous data attributes for eg, data-*.
*/
Expand Down
4 changes: 2 additions & 2 deletions layouts/joomla/form/field/color/simple.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
* @var boolean $hasValue Has this field a value assigned?
* @var array $options Options available for this field.
* @var array $checked Is this field checked?
* @var array $position Is this field checked?
* @var array $control Is this field checked?
* @var array $position Position of input.
* @var array $control The forms control.
* @var array $colors The specified colors
* @var string $dataAttribute Miscellaneous data attributes preprocessed for HTML output
* @var array $dataAttributes Miscellaneous data attribute for eg, data-*.
Expand Down

0 comments on commit 955e4d6

Please sign in to comment.