Skip to content

Commit 28e4348

Browse files
committed
Add documentation for how to enable discussion in Plone 6.1
1 parent d6e0bd0 commit 28e4348

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-61.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,18 @@ If your project or your add-on needs this package, and you only depend on `Produ
8686
Then your project or add-on will keep working in both Plone 6.0 and 6.1.
8787
8888
The goal of turning more of the current core packages into core add-ons is to make the core smaller, and in some cases solve circular dependencies.
89+
90+
91+
(backend-upgrade-plone-v61-discussion-label)=
92+
93+
## Discussion is disabled by default
94+
95+
Discussion, a feature that allows visitors to your site to comment on pages, is disabled by default in Plone 6.1 and later.
96+
To enable discussion, you need to perform the following tasks.
97+
98+
% Please add sufficient details for how to do this task, then delete this comment.
99+
% Also consider that there might be different approaches between Classic UI and Volto that need to be mentioned.
100+
101+
1. Install the core add-on `plone.app.discussion`.
102+
1. Enable add-on.
103+
1. 🍻

0 commit comments

Comments
 (0)