From: Matthias Schmidt Date: Mon, 22 Mar 2021 12:04:08 +0000 (+0100) Subject: Remove trailing whitespace in ObjectActionFunctionTemplatePlugin documentation X-Git-Tag: 5.4.0_Alpha_1~132^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2777a9ccde68fc6dcdb83e08100f436c8cbf6490;p=GitHub%2FWoltLab%2FWCF.git Remove trailing whitespace in ObjectActionFunctionTemplatePlugin documentation --- diff --git a/wcfsetup/install/files/lib/system/template/plugin/ObjectActionFunctionTemplatePlugin.class.php b/wcfsetup/install/files/lib/system/template/plugin/ObjectActionFunctionTemplatePlugin.class.php index 0680121a92..79180e9a7d 100644 --- a/wcfsetup/install/files/lib/system/template/plugin/ObjectActionFunctionTemplatePlugin.class.php +++ b/wcfsetup/install/files/lib/system/template/plugin/ObjectActionFunctionTemplatePlugin.class.php @@ -18,17 +18,17 @@ use wcf\util\StringUtil; * by the closest `jsObjectActionContainer` element) * - attributes beginning with `parameter` are mapped to `data-object-action-parameter-*` * attributes of the button - * + * * One of the following aguments for `delete` action is required: * - `objectTitle`: name of the object used in the `wcf.global.button.delete.confirmMessage` * confirmation language item * - `confirmMessage`: confirmation message or confirmation language item - * + * * Arguments for `toggle` action: * - `isDisabled` (required): indicates the current toggle state of the relevant object * - `disableTitle`: title or language item with the title of the button for the disable action * - `enableTitle`: title or language item with the title of the button for the enable action - * + * * Examples: * * {objectAction action="delete" objectTitle=$object->getTitle()}