Skip to content

Commit

Permalink
Fixe readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed May 2, 2024
1 parent 17df014 commit 87d6ec8
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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.

0 comments on commit 87d6ec8

Please sign in to comment.