Document LineBreakSeparatedText(UserGroup)OptionType (#148)
authorMatthias Schmidt <gravatronics@live.com>
Mon, 19 Apr 2021 12:59:25 +0000 (14:59 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Apr 2021 12:59:25 +0000 (14:59 +0200)
Close #145

docs/migration/wsc53/php.md

index 607f538010d176f7824fa6c38ed96e54915d608b..a20848b3551476d905f69e704a85b2594722f5fe 100644 (file)
@@ -113,3 +113,8 @@ The `ISafeFormatAvatar` interface was added to properly support fallback image t
 If your custom `IUserAvatar` implementation supports image types without broad support (i.e. anything other than PNG, JPEG, and GIF), then you should implement the `ISafeFormatAvatar` interface to return a fallback PNG, JPEG, or GIF image.
 
 See [WoltLab/WCF#4001](https://github.com/WoltLab/WCF/pull/4001) for details.
+
+## `lineBreakSeparatedText` Option Type
+
+Currently, several of the (user group) options installed by our packages use the `textarea` option type and split its value by linebreaks to get a list of items, for example for allowed file extensions.
+To improve the user interface when setting up the value of such options, we have added the `lineBreakSeparatedText` option type as a drop-in replacement where the individual items are explicitly represented as distinct items in the user interface.