Skip to content

ronjaboerger/Gerdemann.ImageHotspots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gerdemann.ImageHotspots

Latest Stable Version License

Attention! This package is currently in development.

ToDos:

  • Support for Neos 8

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • CSS 25.8%