Skip to content

Commit

Permalink
Update docs with demo gif
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed May 24, 2022
1 parent 64ae975 commit 2b18328
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
[![Duplicated Lines (%)](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-description-block-develop&metric=duplicated_lines_density)](https://sonarqube.eea.europa.eu/dashboard?id=volto-description-block-develop)


[Volto](https://github.com/plone/volto) Description block
[Volto](https://github.com/plone/volto) Description block based on [volto-slate](https://github.com/eea/volto-slate) that automatically strips HTML and updates Document description metadata field.

## Features

Description block based on [volto-slate](https://github.com/eea/volto-slate) that automatically strips HTML and updates Document description metadata field.
![Description Block](https://github.com/eea/volto-description-block/raw/develop/docs/description.gif)

## Getting started

Expand All @@ -34,7 +34,7 @@ Description block based on [volto-slate](https://github.com/eea/volto-slate) tha

1. Start Plone backend
```
docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone
docker run -d --name plone -p 8080:8080 -e SITE=Plone plone/plone-backend
```

1. Start Volto frontend
Expand All @@ -59,7 +59,7 @@ Description block based on [volto-slate](https://github.com/eea/volto-slate) tha
],

"dependencies": {
"@eeacms/volto-description-block": "^1.0.0"
"@eeacms/volto-description-block": "*"
}
```

Expand Down
Binary file added docs/description.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/description.webm
Binary file not shown.

0 comments on commit 2b18328

Please sign in to comment.