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
提供Viewhelpers、裁剪变体和SVG(内联/文件)支持
本版本支持TYPO3
Composer支持
composer req beewilly/hive_image
需求
- 无
如何使用
- 使用composer安装
- (可选) 导入静态模板(在hive_thm_custom之前)
- 将自动导入 - 如果有问题,在EXT设置中禁用此功能,并手动导入
如何使用(ViewHelper)
{namespace hiveImage=HIVE\HiveImage\ViewHelpers}
<f:format.raw>
<hiveImage:inlineSvg filePath="/absolute/path/to/some_file.svg" removeStyleAttributes="1" />
</f:format.raw>
迁移
- 将Media/Rendering/Image.html的自身覆盖更改为新版本(如在此EXT中所示)
- 更新hive_ovr_fluidstyledcontent,之前提供SVG Viewhelper
更新日志
- 2.0.0 支持 Typo3 v12
- 1.2.2 为 Typo3 v12 LTS做准备
- 1.2.0 处理图像选择
- 1.1.0 自动加载静态TS
- 1.0.0 初始版本