CronHotspotsWorker.php |
src/Plugin/QueueWorker/CronHotspotsWorker.php |
Drupal\image_hotspots\Plugin\QueueWorker |
|
image-formatter-with-hotspots.html.twig |
templates/image-formatter-with-hotspots.html.twig |
|
{#
/**image_hotspots
* @file
* Theme implementation for a hotspots UI.
*/
#}
<div class="image-hotspots-wrapper" data-field-name="{{ info.field_name }}" data-image-style="{{ info.image_style }}" data-fid="{{… |
ImageHotspot.php |
src/Entity/ImageHotspot.php |
Drupal\image_hotspots\Entity |
|
ImageHotspotInterface.php |
src/ImageHotspotInterface.php |
Drupal\image_hotspots |
|
ImageHotspotsController.php |
src/Controller/ImageHotspotsController.php |
Drupal\image_hotspots\Controller |
|
ImageHotspotsFormatter.php |
src/Plugin/Field/FieldFormatter/ImageHotspotsFormatter.php |
Drupal\image_hotspots\Plugin\Field\FieldFormatter |
|
image_hotspots.edit.css |
css/image_hotspots.edit.css |
|
/* Jcrop styling */
.jcrop-holder {
line-height: 0;
margin-bottom: 15px;
display: none;
}
.image-hotspots-wrapper .jcrop-hline,
.image-hotspots-wrapper .jcrop-vline {
background: #24aa98;
}
.image-hotspots-wrapper .jcrop-handle {
… |
image_hotspots.info.yml |
image_hotspots.info.yml |
|
image_hotspots.info.yml |
image_hotspots.libraries.yml |
image_hotspots.libraries.yml |
|
image_hotspots.libraries.yml |
image_hotspots.module |
image_hotspots.module |
|
Main functions of module. |
image_hotspots.permissions.yml |
image_hotspots.permissions.yml |
|
image_hotspots.permissions.yml |
image_hotspots.routing.yml |
image_hotspots.routing.yml |
|
image_hotspots.routing.yml |
image_hotspots.view.css |
css/image_hotspots.view.css |
|
@import url(https://fonts.googleapis.com/css?family=Roboto);
.image-hotspots-wrapper {
font-size: 0;
}
.image-hotspots-wrapper .image-wrapper {
position: relative;
margin-bottom: 15px;
line-height: 0;
display:… |
jquery.Jcrop.css |
misc/jcrop/css/jquery.Jcrop.css |
|
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
The outer-most container in a typical Jcrop instance
If you are having difficulty with formatting related to styles
on a parent element, place any fixes here or in a like selector
You can also… |
jquery.Jcrop.min.css |
misc/jcrop/css/jquery.Jcrop.min.css |
|
/* jquery.Jcrop.min.css v0.9.12 (build:20140524) */
.jcrop-holder{direction:ltr;text-align:left;-ms-touch-action:none}.jcrop-hline,.jcrop-vline{background:#fff… |
MIT-LICENSE.txt |
misc/jcrop/MIT-LICENSE.txt |
|
Copyright (c) 2011 Tapmodo Interactive LLC,
http://github.com/tapmodo/Jcrop
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the… |
tipTip.css |
misc/tipTip/tipTip.css |
|
/* TipTip CSS - Version 1.2 */
#tiptip_holder {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99999;
}
#tiptip_holder.tip_top {
padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
padding-top: 5px;
}
#tiptip_holder.tip_right… |