Skip to content

Commit

Permalink
Remove Neos 5 compatibility and adjust fe build for taxonomy editor t…
Browse files Browse the repository at this point in the history
…o support neos 8.2 (#3)

 build: adjust be build to support neos 8.2
  • Loading branch information
samsauter authored Jan 20, 2023
1 parent 9939b69 commit 1c486f5
Show file tree
Hide file tree
Showing 6 changed files with 1,285 additions and 556 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
Resources/Private/Scripts/HotspotEditor/node_modules
23 changes: 19 additions & 4 deletions README.md
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 |
7 changes: 6 additions & 1 deletion Resources/Private/Scripts/HotspotEditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
"build": "neos-react-scripts build",
"watch": "neos-react-scripts watch"
},
"engines": {
"node": ">=16"
},
"neos": {
"buildTargetDirectory": "../../../Public/HotspotEditor"
},
"devDependencies": {
"@neos-project/neos-ui-extensibility": "^5.1"
"@neos-project/build-essentials": "^8.2.0",
"@neos-project/neos-ui-extensibility": "^8.2.0",
"@neos-project/react-ui-components": "^8.2.0"
},
"dependencies": {}
}
Loading

0 comments on commit 1c486f5

Please sign in to comment.