Quick configuration 

Enable Site Set 

This extension is configured via TYPO3 Site Sets. Static TypoScript templates are no longer supported. For details, see the TYPO3 main documentation: Site sets.

  1. Open your site config: config/sites/<your-site>/config.yaml
  2. Add the base set dependency:

    dependencies:
      - quicko/clubmanager
    Copied!

Read more about configuration via Site Settings (preferred) and TypoScript fallback in the Configuration section.

Further reading