{"id":23050828,"url":"https://github.com/geta/geta.epi.hotspotseditor","last_synced_at":"2025-04-03T03:42:41.698Z","repository":{"id":25674209,"uuid":"102726281","full_name":"Geta/Geta.EPi.HotspotsEditor","owner":"Geta","description":"An editor for image hotspots.","archived":false,"fork":false,"pushed_at":"2023-11-14T23:45:55.000Z","size":322,"stargazers_count":1,"open_issues_count":8,"forks_count":1,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-03-30T05:32:00.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Geta.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-07T10:55:52.000Z","updated_at":"2024-05-10T06:27:55.000Z","dependencies_parsed_at":"2024-06-02T16:35:02.365Z","dependency_job_id":"37b841e8-c9eb-4e22-a091-92ed0dd250ff","html_url":"https://github.com/Geta/Geta.EPi.HotspotsEditor","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geta%2FGeta.EPi.HotspotsEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geta%2FGeta.EPi.HotspotsEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geta%2FGeta.EPi.HotspotsEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geta%2FGeta.EPi.HotspotsEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geta","download_url":"https://codeload.github.com/Geta/Geta.EPi.HotspotsEditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246933354,"owners_count":20857052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T23:38:44.479Z","updated_at":"2025-04-03T03:42:41.656Z","avatar_url":"https://github.com/Geta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Geta.EPi.HotspotsEditor\n\n![](http://tc.geta.no/app/rest/builds/buildType:(id:GetaPackages_EPiHotspotsEditor_00ci),branch:master/statusIcon)\n\n**For ASP.NET 6+ and Episerver/Optimizely 12+ see: https://github.com/Geta/geta-optimizely-hotspotseditor**\n\nAn editor for image hotspots.\n\n## Installation\nType the following into your package manager console.\n```\nInstall-Package Geta.EPi.HotspotsEditor\n```\n\n## Configuration\nAdd a property an existing instance of `ImageData` or create a new one like the following.\n\n```\nusing Geta.EPi.HotspotsEditor.Cms.Models;\nusing Geta.EPi.HotspotsEditor.Cms.Properties;\n\n[ContentType(GUID = \"d28c84b4-c4bd-40e7-b5b2-9c0cf79dd9c5\")]\n[MediaDescriptor(ExtensionString = \"jpg,jpeg,jpe,ico,gif,bmp,png\")]\npublic class ImageFile : ImageData\n{\n    [Display(\n        Name = \"Hotspot configuration\",\n        Description = \"Hotspot editor\",\n        GroupName = \"Hotspots\"\n    )]\n    [UIHint(Geta.EPi.HotspotsEditor.Cms.UIHint.HotspotsEditor)]\n    [BackingType(typeof(PropertyHotspotContainerList))]\n    public virtual IEnumerable\u003cHotSpotContainer\u003e HotSpots { get; set; }\n}\n```\nThe hotspot editor should now be visible on a tab named 'Hotspots' when editing 'All properties' on an image inside EPiServer edit mode.\nThe hotspot data saved during edit is then persisted into the property defined above.\n\n## Changelog\n[Changelog](CHANGELOG.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeta%2Fgeta.epi.hotspotseditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeta%2Fgeta.epi.hotspotseditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeta%2Fgeta.epi.hotspotseditor/lists"}