This is a site package extension and contains some examples regarding new features in TYPO3 version 10. All
examples are based on the presentation hold at T3muc on 05.05.2020. You can find the presentation in german and
english here: /Documentation
.
You can install the extension via composer composer require o-ba/typo3v10_example_sitepackage
or download
the release packages zip, tar.gz.
Topics in this repository:
- Site configuration shipped in site package extension
- Using relative paths for imports in site configurations
- Adding custom base urls for
slug
fields - Using content element preview in the new fluid based page layout
- Using Asset Collector
- Using Site processor to access site configuration in fluid templates
- Creating custom dashboard widgets
- Using custom fluid templates for fluid based emails
- Using the new Mailer API (including FluidEmail)
- Sorting of
ext:form
forms - Using
tables
attribute inbe:[uri|link].editRecord
- Using feature toggles state in expression language
- Using
config.htmlTag.attributes
- Defining default file list action on upload
- Configuration of reset password for backend users
All these features can be found well documented in the changelog.
You can find some additonal settings / configurations which are not inside the extension here:
Additional/config.yaml
: Default ddev configuration to run your TYPO3 v10 projectAdditional/docker-compose.env.yaml
: Setting the application context in the environmentAdditional/AdditionalConfiguration.php
: Contains configuration for examples (reset password, fluid email)Additional/LocalConfiguration.php
: Contains backend extension configurationAdditional/404.yaml
: Import file for site configuration
Furthermore, the feature demonstration used following additional extensions which may be required for some functionalities:
o-ba/custom_dashboard_widgets
: Kickstarter extension for custom dashboard widgetsbk2k/bootstrap-package
: Bootstrap package for an easy and quick start
If you have any question or found a bug, please don't hesitate to create an issue or pull request.
Icons used in this repository are made by Freepik from www.flaticon.com