Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

This extension provides evaluation for image alternatives

Notifications You must be signed in to change notification settings

visuellverstehen/t3imagealternative

Repository files navigation

t3imagealternative

This extensions provides evaluation for image alternatives.

Example

Override the eval option for the alternative column inside the sys_file_reference TCA configuration like the following:

use TYPO3\CMS\Core\Utility\ArrayUtility;

ArrayUtility::mergeRecursiveWithOverrule($GLOBALS['TCA']['sys_file_reference'], [
    'columns' => [
        'alternative' => [
            'config' => [
                'eval' => \VV\T3imagealternative\Evaluation\ImageAlternative::class
            ]
        ]
    ]
]);

About

This extension provides evaluation for image alternatives

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published