---
title: "Extension Configuration"
version: "main"
source: "Configuration/Extension/Index.rst"
modified: "2026-09-14T15:00:59+00:00"
---

# Extension Configuration

The Bootstrap Package provides extension configuration options that can be
adjusted in the TYPO3 backend under **Admin Tools > Settings > Extension Configuration**.

## Features

-   **disableCssProcessing**

    -   *Type:* boolean
    -   *Default:* false

    Disable processing of CSS files.

    > [!WARNING]
    > If enabled, there will be no automatic processing of SCSS files in the
    > frontend. You will need to provide CSS files instead or handle the
    > processing of the SCSS files yourself.

-   **disableGoogleFontCaching**

    -   *Type:* boolean
    -   *Default:* false

    Disable local Google Font cache. If enabled, Google Fonts will not be cached
    on the server.
