Closed mauritsvanrees closed 2 months ago
I do not think it is too late to fix the naming in portlets
In portlets I have deprecated blacklist_status
in favor of disallowlist_status
. We still read the old key for backwards compatibility.
And I added six news snippets. :-)
I was testing https://github.com/plone/plone.classicui/pull/13 and this led to some improvements. See individual commit messages for details, but largely it is this:
plone.app.multilingual
is not available. I got an error initially.plone.app.discussion
is not available.allow_discussion
key: this should only contain True or False when this is explicitly set on the object..editorconfig
settings that we have in most Plone packages.I have used this code to import and export a Classic UI site with the mentioned
plone.classicui
pull request, and have updated it.BTW, is it too late in the
portlets.json
to renameblacklist_status
to something likedisallowlist_status
? I don't feel strongly about this, but using "black" in this context is frowned upon. For backwards compatibility we could still read the old name as well.