itzbund/gsb-public-frontend

GSB Public Frontend

v1.2.0-rc.2 2025-06-26 12:51 UTC

README

GSB 11 Extension gsb_public_frontend

TYPO3 12

About

The extension gsb_public_frontend contains the assets for building a website with Government Side Builder 11.

Note: If you have installed gsb_frontend, the combination of EXT:gsb_public_frontend and EXT:gsb_private_frontend is a direct replacement. See the documentation in this README.md

It is part of the Government Side Builder 11.

Learn more about the GSB 11.

Installation

The best way to install this extension is to start with the GSB Sitepackage Kickstarter extension.

Quick installation without GSB Sitepackage Kickstarter

In a composer-based TYPO3 installation you can install the extension EXT:gsb_public_frontend via composer:

composer require itzbund/gsb-public-frontend

In TYPO3 installations above version 11.5 the extension will be automatically installed. You do not have to activate it manually.

Upgrading from EXT:gsb_frontend

There is no configuration needed for EXT:gsb_private_frontend once it is installed, but the static Typoscript template of EXT:gsb_public_frontend has to be added. This can be done by running the upgarde wizard provided by EXT:gsb_public_frontend, or by adding the static typoscript template for EXT:gsb_public_frontend in the all places where the static typoscript template for EXT:gsb_frontend was added.

On the command line you can upgrade via vendor/bin/typo3 upgrade:run gsbpublicfrontend_verifyConfigurationWizard (on standard composer based installations. Otherwise: depending on your project structure).

See the official documentation for upgrade wizards for other options.

Usage

Check and start with the GSB Sitepackage Kickstarter. There you get more information.

Contribute

As with TYPO3, we encourage you to join the project by submitting changes. Development of the GSB 11 happens mainly in the GSB 11 TYPO3 extension repositories.

To get started, have a look at our detailed contribution walkthrough.