Skip to content

Commit

Permalink
chore: readme file updated to add instructions to use the addon
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Jan 15, 2025
1 parent 3ae3c65 commit cc6ae57
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#281E75",
"titleBar.activeBackground": "#392AA4",
"titleBar.activeForeground": "#FBFBFE"
}
}
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,24 @@ Block for [Volto](https://github.com/plone/volto).

To be used with mrs-developer, see [Volto docs](https://docs.voltocms.com/customizing/add-ons/) for further usage informations.

### How to use it

1. Istall the add-on via [NPM](https://www.npmjs.com/package/@redturtle/volto-comuni-chiamo) or manually

* package.json
```
"addons": [
"@redturtle/volto-comuni-chiamo"
],
```
```
"dependencies": {
"@redturtle/volto-comuni-chiamo": "x.x.x"
},
```

2. Deploy the Frontend
3. Create a block "Blocco Comuni-Chiamo"
4. Add the API Key in the block’s sidebar, the other options and save your changes
5. If it work's, the block will look like this:
![comuni-chiamo](/docs/screenshot-comuni-chiamo.png)
Binary file added docs/screenshot-comuni-chiamo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc6ae57

Please sign in to comment.