Commit graph

14 commits

Author SHA1 Message Date
Daniel Siepmann 70ee36288b
Remove unnecessary environment from shell 2023-02-28 08:07:43 +01:00
Daniel Siepmann 6a333832a9
Add language menu 2023-02-28 08:06:28 +01:00
Daniel Siepmann c4f5fe10bd
Enable admin panel
It is already installed, but not enabled.
Also enable for none admin users:

    // See: https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/Configuration/Index.html
    // admPanel.enable.all = 1
    admPanel.enable {
        preview = 1
        cache = 1
    }
2023-02-21 08:17:44 +01:00
Daniel Siepmann d09dfa4ef7
Add resources to readme 2023-02-21 08:07:38 +01:00
Daniel Siepmann 9237eb7535
Add image to pages
Demonstrates how to use another data processor and features of image
processing.

One can use the editor within backend as well as f:image attributes.
2023-02-21 08:04:28 +01:00
Daniel Siepmann d0680ab43b
Reduce input fields in Backend
Demonstrates usages of TSconfig.
Demonstrates how easy one can reduce the overload for editors.
2023-02-21 07:57:27 +01:00
Daniel Siepmann 4b4e318014
Add custom page template with menu and page content
This includes custom HTML, custom CSS.
Also demonstrates how to generate content and menus.
2023-02-21 07:50:34 +01:00
Daniel Siepmann fde6099602
Add custom content element
This includes:
- Wizard
- TCA
- Backend Preview
- Frontend Rendering:
    - TypoScript
    - Fluid
2023-02-15 10:30:25 +01:00
Daniel Siepmann b0a6d51b2c
Replace custom rendering by system extension fluid_styled_content 2023-02-15 10:29:54 +01:00
Daniel Siepmann 8fc772934b
Add first very basic rendering of content element 2023-02-15 10:29:54 +01:00
Daniel Siepmann 1cea5afb5c
Add First custom TypoScript
In order to demonstrate how to configure rendering of TYPO3.

!!!: Don't forget to include the static template within sys_template record.
2023-02-15 10:29:53 +01:00
Daniel Siepmann 63a65e3447
INITIAL Installation
This is the initial state after setting up TYPO3 via composer.
2023-02-15 10:29:51 +01:00
Daniel Siepmann c62fbe4073
Adjust readme 2023-02-15 10:29:48 +01:00
Daniel Siepmann e1fb7d52b9 Initial commit 2023-02-15 09:11:35 +01:00