syntaxoops/your-sitepackage

Reusable TYPO3 project backbone

Maintainers

Package info

github.com/SyntaxOops/your_sitepackage

Language:HTML

Type:typo3-cms-extension

pkg:composer/syntaxoops/your-sitepackage

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.1 2026-08-18 14:14 UTC

This package is auto-updated.

Last update: 2026-08-18 14:21:43 UTC


README

A reusable site package for TYPO3 13 LTS and TYPO3 14. It includes a Site Set, PAGEVIEW templates, backend layouts, Fluid components, RTE configuration, and a sample Hero Content Block.

Requirements

  • PHP 8.2 or newer
  • TYPO3 13.4.34+ or 14.3.6+
  • Content Blocks 1.6.3+ or 2.4.8+

Installation

Install the extension with Composer:

composer require syntaxoops/your-sitepackage
vendor/bin/typo3 extension:setup

Add the Site Set in the TYPO3 Sites module or in your site's config.yaml:

dependencies:
  - syntaxoops/your-sitepackage

Configure the logo, favicon, template paths, and other options in the Site Settings editor.

Customization

Before using this package for a project, replace the example package name, extension key, PHP namespace, Site Set name, labels, and branding. The included Hero Content Block can be copied as a starting point for custom content elements.

License

GPL-2.0-or-later