https://github.com/firesphere/silverstripe-elemental-multicolumn
2-column Element with define-able width.
https://github.com/firesphere/silverstripe-elemental-multicolumn
Last synced: 10 months ago
JSON representation
2-column Element with define-able width.
- Host: GitHub
- URL: https://github.com/firesphere/silverstripe-elemental-multicolumn
- Owner: Firesphere
- Created: 2023-03-18T06:45:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T04:25:33.000Z (over 2 years ago)
- Last Synced: 2025-08-25T03:43:59.751Z (11 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Multicolumn element
A two-column element with defineable width
# Config
Defaults are column widths 1-12.
The second column is calculated from maximum minus set.
Config from yml:
```yaml
---
name: multicolumn-config
---
Firesphere\MultiColumn\Elements\MultiColumnElement:
config:
start: 1
end: 12
```