Skip to content

Commit d0fb200

Browse files
committed
Update readme and license
1 parent 9738c81 commit d0fb200

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ General Public License ever published by the Free Software Foundation.
162162
whether future versions of the GNU Lesser General Public License shall
163163
apply, that proxy's public statement of acceptance of any version is
164164
permanent authorization for you to choose that version for the
165-
Library.
165+
Library.

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
[![Latest Version on Packagist](http://img.shields.io/packagist/v/MetaModels/attribute_tablemulti.svg)](https://packagist.org/packages/MetaModels/attribute_tablemulti)
44
[![Installations via composer per month](http://img.shields.io/packagist/dm/MetaModels/attribute_tablemulti.svg)](https://packagist.org/packages/MetaModels/attribute_tablemulti)
55

6-
The multi attribute table
7-
=========
8-
#####Original idea by Byteworks:
6+
# The multi attribute table
7+
8+
The multi attribute table for MetaModels.
9+
10+
11+
## Original idea by Byteworks:
912
- [Ronny Binder](mailto:[email protected])
1013
- [Michael Bischof](mailto:[email protected])
1114

1215

13-
The table multi attribute.
14-
16+
## The table multi attribute.
1517

1618
With this attribute you are able to create complex table structures with the MultiColumnWizard.
1719
Create the configuration in the system/config/dcaconfig.php or somewhere else where the config is loaded and write something like this:
@@ -54,4 +56,4 @@ $GLOBALS['TL_CONFIG']['metamodelsattribute_multi']['mm_test']['multi_test'] = ar
5456
),
5557
),
5658
);
57-
```
59+
```

0 commit comments

Comments
 (0)