markustimtner / grid-styled-content
Grid Styled Content
Requires
- php: >=8.2
- typo3/cms-core: ^11.5 || ^12.4 || ^13.4
Replaces
- typo3-ter/grid-styled-content: *
README
display:grid FTW!
Installation
Install via composer (TER release is not yet ready)
composer req markustimtner/grid-styled-content
database:update
cache:flush
Usage
please install in a fresh and clean TYPO3 Instance as of now.
First, head over to Site Management > Typoscript > Edit TYPOscript Record > edit whole ...
include "Grid Content Page" first and then "Grid Content Elements"
Head over to edit page properties > resources
of your rootpage and include "Grid Styled Content"
Then, switch to the appearance tab and select "index page" as [backend_layout] and subpage as [backend_layout_next_level]
and thats basically it.
We are still figuring out the details here, so stay tuned and keep calm.
changelog
1.2.0 2024-11-15 added basic documentation
1.1.2.3 2024-11-15 Fixed repo Version and added missing tags and files
1.1.0 2024-11-10 First MVP release for T3CRR24