-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Neos 5 compatibility and adjust fe build for taxonomy editor t…
…o support neos 8.2 (#3) build: adjust be build to support neos 8.2
- Loading branch information
Showing
6 changed files
with
1,285 additions
and
556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.idea | ||
Resources/Private/Scripts/HotspotEditor/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,33 @@ | ||
|
||
# FormatD.HotspotEditor | ||
|
||
Provides backend editor for neos and some base fusion prototypes for drag and drop hotspots on any content. | ||
Provides backend editor for Neos and some base fusion prototypes for drag and drop hotspots on any content. | ||
This package is meant as base for concrete implementations of content elements. | ||
|
||
|
||
## Installation | ||
### Installation | ||
|
||
```bash | ||
composer require formatd/hotspot-editor | ||
``` | ||
|
||
## Compile Backend Editor: | ||
### Compile Backend Editor | ||
|
||
```bash | ||
cd Resources/Private/Scripts/HotspotEditor && yarn && yarn build | ||
``` | ||
|
||
### Compatibility | ||
|
||
Versioning Scheme | ||
|
||
1.0.0 | ||
| | | | ||
| | Bugfix Releases (non breaking) | ||
| Neos Compatibility Releases (non breaking) | ||
Feature Releases | ||
|
||
Releases & Compatibility | ||
|
||
| Package Version | NEOS CMS Version | | ||
|-----------------|------------------| | ||
| 1.0.x | 5.X, 7.X, 8.X | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.