Installation
The extension supports TYPO3 ^12.4, ^13.4 and ^14.0 on PHP 8.1 – 8.4
and has no dependencies besides the TYPO3 core.
Composer (recommended)
composer require bm1/file-noindex
Copied!
Classic / Extension Manager
Install
file_ from the
TYPO3 Extension Repository
via the Extension Manager.
Database schema
After installation, run a database schema update so the new metadata field is created:
- TYPO3 backend: Admin Tools > Maintenance > Analyze Database Structure, then apply the suggested ADD change.
- CLI:
vendor/(TYPO3 v12:bin/ typo3 extension: setup vendor/, e.g. via EXT:typo3_console)bin/ typo3 database: updateschema
No further configuration is required.
Note
On TYPO3 v13 and v14 the field is created from the TCA definition. For
TYPO3 v12, which has no schema generation from the TCA, the extension
ships an ext_ with the identical column definition — so
v13/v14 installations do not see a schema change either way.