mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 20:11:46 +02:00
Updates to legacy code in ProcessTemplate, cleaning things up a bit
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
* @property int $columnWidthSpacing Optionally set the column width spacing (pixels)
|
||||
* @property string $description Optionally set a description headline for the form
|
||||
* @property string $confirmText Confirmation text that precedes list of changes (when class InputfieldFormConfirm is active)
|
||||
* @property string $method Form method attribute (default="post")
|
||||
* @property string $action Form action attribute (default="./")
|
||||
*
|
||||
* Optional classes:
|
||||
* =================
|
||||
|
@@ -2,6 +2,10 @@
|
||||
|
||||
/**
|
||||
* Intended just for outputting markup as help or commentary among other Inputfields
|
||||
*
|
||||
* @property callable|string|null $markupFunction
|
||||
* @property array $textformatters
|
||||
* @property string $markupText
|
||||
*
|
||||
*/
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user