Skip to content

Commit 5b6f9f5

Browse files
committed
chore: update README.md
1 parent 10bbeb3 commit 5b6f9f5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
</div>
1414

15+
> [!WARNING]
16+
> This add-on is meant to be used in combination with the [volto-light-theme](https://github.com/kitconcept/volto-light-theme). If you plan to use this add-on with plain Volto you will have to write your own styles for it. You can use the existing ones via manual import in your config file like this `import "@kitconcept/volto-carousel/theme/_main.scss"` or as reference.
17+
18+
> [!WARNING]
19+
> This add-on customizes the `vocabularies` and `querystring` actions to ensure tags and authors are scoped per blog. Since multiple blogs are supported, these actions now retrieve data based on the current context. This change is marked as breaking in Volto. If you have customited other components relying on these actions, it may cause compatibility issues.
20+
1521
## Features
1622

1723
`collective.blog` adds blogging features to a [Plone](https://plone.org/) site.
@@ -51,7 +57,7 @@ Also, add `collective.blog` to your package's `configure.zcml` (or `dependencies
5157
To automatically enable this package when your add-on is installed, add the following line inside the package's `profiles/default/metadata.xml` `dependencies` element:
5258

5359
```xml
54-
<dependency>profile-collective.blog:default</dependency>
60+
<dependency>profile-collective.blog:default</dependency>
5561
```
5662

5763
### Frontend

0 commit comments

Comments
 (0)