Document new `ColorFormField`
authorMatthias Schmidt <gravatronics@live.com>
Fri, 2 Jul 2021 09:13:31 +0000 (11:13 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 2 Jul 2021 09:13:31 +0000 (11:13 +0200)
See WoltLab/WCF#4353

docs/migration/wsc54/php.md
docs/php/api/form_builder/form_fields.md

index fb878ebac5a4ffb7ee5dc45ab76d94fc48dcddfa..e4dd41d084ae4f2d72da74d070feef2d09260a08 100644 (file)
@@ -162,4 +162,5 @@ While these runtime caches are only available since version 5.5, the viewable li
 ## Miscellaneous Additions
 
 - [`ValueIntervalFormFieldDependency`](../../php/api/form_builder/dependencies.md#valueintervalformfielddependency)
+- [`ColorFormField`](../../php/api/form_builder/form_fields.md#colorformfield)
 - [`MultipleBoardSelectionFormField`](../../php/api/form_builder/form_fields/#multipleboardselectionformfield)
index 33e1207af6c8dc3ecbfb4fd9c856526f2ba471fc..e6a2e6100138c7dcf421e21bfc23614a0173fbf6 100644 (file)
@@ -226,6 +226,14 @@ Specifically for this form field, there is the `IsNotClickedFormFieldDependency`
 You must specify a captcha object type (`com.woltlab.wcf.captcha`) using the `objectType()` method.
 
 
+### `ColorFormField`
+
+!!! info "Only available since version 5.5."
+
+`ColorFormField` is used to specify RGBA colors using the `rgba(r, g, b, a)` format.
+The class implements `IImmutableFormField`.
+
+
 ### `ContentLanguageFormField`
 
 `ContentLanguageFormField` is used to select the content language of an object.