gerdemann/imagehotspots
最新稳定版本:2.0.0
Composer 安装命令:
composer require gerdemann/imagehotspots
包简介
Neos CMS Package for image hotspots
README 文档
README
| Branch | For Neos-Version |
|---|---|
| main | Neos 8+ |
| v1 | Neos 7 |
Installation
You can install the package via composer:
composer require gerdemann/imagehotspots
Demo
Disable automatic CSS and JS
prototype(Neos.Neos:Page).hotspotStyles >
prototype(Neos.Neos:Page).hotspotJavaScript >
prototype(Neos.Neos:Page).hotspotBackendJavaScript >
Hint: Then you have to add your own JavaScript and CSS, otherwise the plugin does not work.
Change icon fallback
Just overwrite the Gerdemann.ImageHotspots:Utility.IconFallback fusion prototype.
Change the rendering of the content box
Just overwrite the (renderer of the) Gerdemann.ImageHotspots:Content.HotspotContent fusion prototype.
It is also possible to create own NodeTypes that inherit from Gerdemann.ImageHotspots:Content.Hotspot.
To disable unnecessary properties just disable the supertype Gerdemann.ImageHotspots:Mixin.HotspotContent in the new NodeType.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 537
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-12
