Skip to content

Commit eeb5f8f

Browse files
authored
Merge pull request #1666 from plone/restapi-enable-discussions
Add documentation for how to enable discussion in Plone 6.1
2 parents d8dda7d + 27543ae commit eeb5f8f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,21 @@ 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 is a feature that allows your site visitors to comment on web pages for any content object.
96+
Discussion is disabled by default in Plone 6.1 and later.
97+
To enable discussion, you need to perform the following tasks.
98+
99+
% Please add sufficient details for how to do this task, then delete this comment.
100+
% Also consider that there might be different approaches between Classic UI and Volto that need to be mentioned.
101+
102+
1. In your Python {file}`requirements.txt` or {file}`pyproject.toml` file, add the core add-on `plone.app.discussion` to your dependencies.
103+
1. Run pip to install `plone.app.discussion`.
104+
1. Restart the Plone backend to load `plone.app.discussion`.
105+
1. Enable the {guilabel}`Discussion` add-on in the Plone control panel under {menuselection}`Site Setup --> General`.
106+
1. 🍻

0 commit comments

Comments
 (0)