beewilly / hive_image
HIVE>Image
2.0.0
2023-12-12 15:58 UTC
Requires
- typo3/cms-core: ^11.5 || ^12.4
Replaces
- typo3-ter/hive-image: 2.0.0
README
HIVE > Image
Provide Viewhelpers, Crop Variants and SVG (inline/file) Support
This version supports TYPO3
Composer support
composer req beewilly/hive_image
Requirements
- none
How to use
- Install with composer
- (Optional) Import Static Template (before hive_thm_custom)
- will be automatically imported - on problems deactivate this in the EXT Settings and manually import
How to use (ViewHelper)
{namespace hiveImage=HIVE\HiveImage\ViewHelpers}
<f:format.raw>
<hiveImage:inlineSvg filePath="/absolute/path/to/some_file.svg" removeStyleAttributes="1" />
</f:format.raw>
Migration
- Change own overrides of Media/Rendering/Image.html to new one (like in this EXT)
- Update hive_ovr_fluidstyledcontent which before provides the SVG Viewhelper
Changelog
- 2.0.0 Support Typo3 v12
- 1.2.2 Prepare for Typo3 v12 LTS
- 1.2.0 Processing selection for images
- 1.1.0 Automatically load static TS
- 1.0.0 intial