https://github.com/eea/volto-slate-dataentity
A volto-datablocks powered data-connected entity for volto-slate
https://github.com/eea/volto-slate-dataentity
Last synced: about 2 months ago
JSON representation
A volto-datablocks powered data-connected entity for volto-slate
- Host: GitHub
- URL: https://github.com/eea/volto-slate-dataentity
- Owner: eea
- License: mit
- Created: 2020-09-23T03:45:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T15:59:33.000Z (2 months ago)
- Last Synced: 2025-04-10T09:19:57.389Z (about 2 months ago)
- Language: JavaScript
- Size: 4.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-volto - volto-slate-dataentity - Connect text entities in the rich text editor to volto-datablocks connected data (Addons / Rich text editing)
README
# volto-slate-dataentity
[](https://github.com/eea/volto-slate-dataentity/releases)
[](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate-dataentity/job/master/display/redirect)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-slate-dataentity-master)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-slate-dataentity-master)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-slate-dataentity-master)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-slate-dataentity-master)[](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-slate-dataentity/job/develop/display/redirect)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-slate-dataentity-develop)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-slate-dataentity-develop)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-slate-dataentity-develop)
[](https://sonarqube.eea.europa.eu/dashboard?id=volto-slate-dataentity-develop)[Volto](https://github.com/plone/volto) add-on
## Features
[Slate dataentity](https://raw.githubusercontent.com/eea/volto-slate-dataentity/master/docs/volto-slate-dataentity.gif)
## Getting started
### Try volto-slate-dataentity with Docker
1. Get the latest Docker images
```
docker pull plone
docker pull plone/volto
```1. Start Plone backend
```
docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone
```1. Start Volto frontend
```
docker run -it --rm -p 3000:3000 --link plone -e ADDONS="@eeacms/volto-slate-dataentity" plone/volto
```1. Go to http://localhost:3000
### Add volto-slate-dataentity to your Volto project
1. Make sure you have a [Plone backend](https://plone.org/download) up-and-running at http://localhost:8080/Plone
```Bash
docker compose up backend
```1. Start Volto frontend
- If you already have a volto project, just update `package.json`:
```JSON
"addons": [
"@eeacms/volto-slate-dataentity"
],"dependencies": {
"@eeacms/volto-slate-dataentity": "^1.0.0"
}
```- If not, create one:
```
npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --addon @eeacms/volto-slate-dataentity
cd my-volto-project
```1. Install new add-ons and restart Volto:
```
yarn
yarn start
```1. Go to http://localhost:3000
1. Happy editing!
## Release
See [RELEASE.md](https://github.com/eea/volto-slate-dataentity/blob/master/RELEASE.md).
## How to contribute
See [DEVELOP.md](https://github.com/eea/volto-slate-dataentity/blob/master/DEVELOP.md).
## Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA).
All Rights Reserved.See [LICENSE.md](https://github.com/eea/volto-slate-dataentity/blob/master/LICENSE.md) for details.
## Funding
[European Environment Agency (EU)](http://eea.europa.eu)