---
title: "Deprecation: The static template path of version 2.3"
manual: "Academic Bite Jobs"
version: "main"
source: "Changelog/2.4/Deprecation-LegacyStaticTemplatePath.rst"
rendered: "2026-09-27T01:55:45+00:00"
---

# Deprecation: The static template path of version 2.3 {#deprecation-legacy-static-template-path}

## Description {#description}

Up to version 2.3 this extension offered one static template, stored in a
`sys_template` record as
`EXT:academic_bite_jobs/Configuration/TypoScript`. Version 2.4 moves the
TypoScript into component folders, see
[Breaking: Site sets and static templates have been restructured](Breaking-SiteSetsAndStaticTemplatesRestructured.html#breaking-site-sets-and-static-templates-restructured), and leaves no
TypoScript of its own in the folder of that path.

The path keeps delivering. Its `constants.typoscript` and
`setup.typoscript` import the files of the same name in
`Configuration/TypoScript/List/`, so a record that stores the path gets
what **Academic Bite Jobs: All components (academic_bite_jobs)**
delivers, and an import of the two files gets what an import of the files in
`Configuration/TypoScript/List/` gets.

The path is offered in the static template list again, as **Academic
Bite Jobs: Path up to 2.3 (deprecated, use All components)
(academic_bite_jobs)**, so saving the record keeps it. It is deprecated and will
be removed in version 4.0.

## Impact {#impact}

An installation that selects **All components** or depends on the site
set notices nothing. An installation that still stores the path of version 2.3,
or imports its files, keeps its plugin configuration.

A site that depends on the site set and still stores the path of version 2.3 in
its `sys_template` record, or imports its files, reads the TypoScript
twice, as it did in version 2.3. See [Do not combine both](../../Configuration/Index.html#one-mechanism-per-site) for what
that costs. From version 3.0 on, the command `academic:upgrade:check`
reports a site that combines the site set with a static template of the same
extension.

## Affected Installations {#affected-installations}

Installations that store `EXT:academic_bite_jobs/Configuration/TypoScript` in a
`sys_template` record, or import
`EXT:academic_bite_jobs/Configuration/TypoScript/setup.typoscript` or
`EXT:academic_bite_jobs/Configuration/TypoScript/constants.typoscript` in
a site package.

## Migration {#migration}

Select **Academic Bite Jobs: All components (academic_bite_jobs)** in
the `sys_template` record instead of the path up to 2.3, or depend on the
set `fgtclb/academic-bite-jobs` in the site configuration.

Replace an import of the old files with the files in
`EXT:academic_bite_jobs/Configuration/TypoScript/List/`, or remove it when the
site depends on the site set.
