From 87d6ec890bd8e54852e0cd11b3bb0bb4e104a07e Mon Sep 17 00:00:00 2001 From: Ingolf Steinardt Date: Thu, 2 May 2024 09:58:16 +0200 Subject: [PATCH] Fixe readme --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac8742c..2593bad 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,24 @@ [![Latest Version on Packagist](http://img.shields.io/packagist/v/menatwork/contao-multicolumnwizard-bundle.svg)](https://packagist.org/packages/menatwork/contao-multicolumnwizard-bundle) [![Installations via composer per month](http://img.shields.io/packagist/dm/menatwork/contao-multicolumnwizard-bundle.svg)](https://packagist.org/packages/menatwork/contao-multicolumnwizard-bundle) -The repository of contao-multicolumnwizard-bundle was moved to [contao-community-alliance](https://github.com/contao-community-alliance/contao-multicolumnwizard-bundle). We plan to support this version with bugfixes until the new version from the CCA is released. +The repository of contao-multicolumnwizard-bundle was moved to [contao-community-alliance](https://github.com/contao-community-alliance/contao-multicolumnwizard-bundle). We plan to support +this version with bugfixes until the new version from the CCA is released. # MultiColumnWizard -The MultiColumnWizard is a widget for mapping several fields of the same and/or different type (input type) in a DCA element. The individual fields of the MCW are listed column by column in the backend and can be extended row by row as a group. The arrangement corresponds to a multidimensional array of the form array[rows][fields], which is stored in the database as a serialized array. The widget is almost identical to MultiTextWizard or MultiSelectWizard. It extends the functionality of any widget. +The MultiColumnWizard is a widget for mapping several fields of the same and/or different type (input type) in a +DCA element. The individual fields of the MCW are listed column by column in the backend and can be extended row by +row as a group. The arrangement corresponds to a multidimensional array of the form array[rows][fields], which is +stored in the database as a serialized array. The widget is almost identical to MultiTextWizard or MultiSelectWizard. +It extends the functionality of any widget. More information can be found in the contao wiki http://de.contaowiki.org/MultiColumnWizard ## Install -The Multicolumnwizard is usually installed via an extension. If it is necessary to install Multicolumnwizard yourself, please use the console with the composer via the call +The Multicolumnwizard is usually installed via an extension. If it is necessary to install Multicolumnwizard yourself, +please use the console with the composer via the call `composer require menatwork/contao-multicolumnwizard-bundle` @@ -159,5 +165,5 @@ $GLOBALS['TL_DCA']['tl_theme']['fields']['anything'] = [ ?> ``` -The descriptions of the columns are displayed in the column header as a tooltip next to the appendix `(i)` -- the character or text can be changed in the language file. +The descriptions of the columns are displayed in the column header as a tooltip next to the appendix `(i)` - the +character or text can be changed in the language file.