The code for TYPO3 Workshop.
Go to file
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
config INITIAL Installation 2023-02-15 10:29:51 +01:00
localPackages/sitepackage Reduce input fields in Backend 2023-02-21 07:57:27 +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 custom content element 2023-02-15 10:30:25 +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