Skip to content

Commit

Permalink
Renamed repository, we are adding more add-ons to it
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Aug 20, 2024
1 parent fb84274 commit 5128652
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# RedTurtle Blocks (@redturtle/volto-blocks)
# RedTurtle Add-ons (@redturtle/volto-addons)

Common blocks to reuse for building Plone sites

[![npm](https://img.shields.io/npm/v/@redturtle/volto-blocks)](https://www.npmjs.com/package/@redturtle/volto-blocks)
[![](https://img.shields.io/badge/-Storybook-ff4785?logo=Storybook&logoColor=white&style=flat-square)](https://redturtle.github.io/volto-blocks/)
[![Code analysis checks](https://github.com/redturtle/volto-blocks/actions/workflows/code.yml/badge.svg)](https://github.com/redturtle/volto-blocks/actions/workflows/code.yml)
[![Unit tests](https://github.com/redturtle/volto-blocks/actions/workflows/unit.yml/badge.svg)](https://github.com/redturtle/volto-blocks/actions/workflows/unit.yml)
[![npm](https://img.shields.io/npm/v/@redturtle/volto-addons)](https://www.npmjs.com/package/@redturtle/volto-addons)
[![](https://img.shields.io/badge/-Storybook-ff4785?logo=Storybook&logoColor=white&style=flat-square)](https://redturtle.github.io/volto-addons/)
[![Code analysis checks](https://github.com/redturtle/volto-addons/actions/workflows/code.yml/badge.svg)](https://github.com/redturtle/volto-addons/actions/workflows/code.yml)
[![Unit tests](https://github.com/redturtle/volto-addons/actions/workflows/unit.yml/badge.svg)](https://github.com/redturtle/volto-addons/actions/workflows/unit.yml)

## Features

Expand Down Expand Up @@ -66,12 +66,6 @@ Add `@redturtle/volto-blocks` to your `volto.config.js`:
const addons = ['@redturtle/volto-blocks'];
```

If this package provides a Volto theme, and you want to activate it, then add the following to your `volto.config.js`:

```javascript
const theme = '@redturtle/volto-blocks';
```

## Test installation

Visit http://localhost:3000/ in a browser, login, and check the awesome new features.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@redturtle/volto-blocks-dev",
"name": "@redturtle/volto-addons",
"version": "1.0.3",
"description": "Common blocks to reuse for building Plone sites",
"author": "RedTurtle",
"homepage": "https://github.com/RedTurtle/volto-blocks",
"homepage": "https://github.com/RedTurtle/volto-addons",
"repository": {
"type": "git",
"url": "https://github.com/RedTurtle/volto-blocks"
"url": "https://github.com/RedTurtle/volto-addons"
},
"bugs": {
"url": "https://github.com/RedTurtle/volto-blocks/issues"
"url": "https://github.com/RedTurtle/volto-addons/issues"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 5128652

Please sign in to comment.