The code for TYPO3 Workshop.
Go to file
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
config INITIAL Installation 2023-02-15 10:29:51 +01:00
localPackages/sitepackage Enable admin panel 2023-02-21 08:17:44 +01:00
.gitignore INITIAL Installation 2023-02-15 10:29:51 +01:00
composer.json Replace custom rendering by system extension fluid_styled_content 2023-02-15 10:29:54 +01:00
composer.lock Replace custom rendering by system extension fluid_styled_content 2023-02-15 10:29:54 +01:00
LICENSE Initial commit 2023-02-15 09:11:35 +01:00
README.rst Add resources to readme 2023-02-21 08:07:38 +01:00
shell.nix INITIAL Installation 2023-02-15 10:29:51 +01:00

Workshop Getting started with TYPO3 V12 after installation

Discover the basics of TYPO3 v12 LTS

Next possible Workshop: https://www.webcampvenlo.nl/session/workshop-getting-started-with-typo3-v12-after-installation-41

About the workshop

You will discover the basics of TYPO3 v12 LTS. We will start with a basic introduction into the TYPO3 backend layout and functionalities. Discover why TYPO3 does not display anything in frontend by default and understand how to display content in frontend. At the end of the workshop you can...

  • Create your own content elements
  • Integrate your own HTML, CSS and JS into TYPO3 Frontend
  • Understand how TYPO3 works for basic tasks like content editing and displaying
  • How to build and integrate navigations

The program

  • How to navigate the TYPO3 backend
  • How to edit content
  • How to render content (with Fluid)
  • How to integrate a basic template into frontend
  • How to build navigations via DataProcessing
  • How to adjust backend forms for content and pages

For who

For everyone who want to get started with TYPO3. Everyone that needs to understand the basic principles and want to add custom content to TYPO3.

Resources