fgtclb / category-types
Base package for FGTCLB Academic packages
Installs: 4 804
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Type:typo3-cms-extension
Requires
- php: ^8.1 || ^8.2 || ^8.3 || ^8.4
- typo3/cms-core: ^12.4 || ^13.4
This package is auto-updated.
Last update: 2025-05-11 18:43:54 UTC
README
TYPO3 extension category_types
(READ-ONLY)
URL | |
---|---|
Repository: | https://github.com/fgtclb/typo3-category-types |
Read online: | https://docs.typo3.org/p/fgtclb/category-types/main/en-us/ |
TER: | https://extensions.typo3.org/extension/category_types/ |
Description
This extension provides the basic configuration for typed categories. It is not recommended to use this extension alone, as it only provides a basic framework. In order to perform typification, an addition in a separate extension is required.
Note
This extension is currently in beta state - please notice that there might be changes to the structure
Compatibility
Branch | Version | TYPO3 | PHP |
---|---|---|---|
main | 2.0.x-dev | ~v12 + ~v13 | 8.1, 8.2, 8.3, 8.4 (depending on TYPO3) |
2 | ^2, 2.0.x-dev | ~v12 + ~v13 | 8.1, 8.2, 8.3, 8.4 (depending on TYPO3) |
1 | ^1, 1.2.x-dev | v11 + ~v12 | 8.1, 8.2, 8.3, 8.4 (depending on TYPO3) |
Installation
Install with your flavour:
- TER
- Extension Manager
- composer
We prefer composer installation:
composer require 'fgtclb/category-types':'^2'
Important
2.x.x
is still in development and not all academics extension are fully tested in v12 and v13,
but can be installed in composer instances to use, test them. Testing and reporting are welcome.
Testing 2.x.x extension version in projects (composer mode)
It is already possible to use and test the 2.x
version in composer based instances,
which is encouraged and feedback of issues not detected by us (or pull-requests).
Your project should configure minimum-stabilty: dev
and prefer-stable
to allow
requiring each extension but still use stable versions over development versions:
composer config minimum-stability "dev" \ && composer config "prefer-stable" true
and installed with:
composer require \ 'fgtclb/category-types':'2.*.*@dev'
Upgrade from 1.x
Upgrading from 1.x
to 2.x
includes breaking changes, which needs to be
addressed manualy in case not automatic upgrade path is available. See the
UPGRADE.md file for details.
Credits
This extension was created by FGTCLB GmbH.