yourwebsite/sitemap.xml.gz
Tag: plone
Tests volto addon (in your local app)
In Makefile add: Then $ cd clms-frontend$ env ADDON=volto-clms-theme make test
Cypress tests for Plone 6 + Volto (local)
Example: https://github.com/eea/clms-frontend Make sure that Plone is running: http://localhost:8080/Make sure that Volto is running (or maybe just ignore this?!): The best way is: Solve system limits error: https://github.com/guard/listen/blob/master/README.md#the-technical-details
Plone 6 add manager user
https://github.com/plone/volto/issues/2810#issuecomment-1384056419
Plone Volto The Big List of Small Volto Rules/Tips
https://github.com/plone/volto/issues/2810
Test plone/volto branch
In blabla-frontend -> package.json:replaced“@plone/volto”: “16.30.0”with“@plone/volto”: “github:plone/volto#backport5797_16” Or: https://github.com/plone/volto/issues/2810#issuecomment-970200321
Plone 6 set Cookie Auth Helper
admin/acl_users/credentials_cookie_auth/manage_propertiesFormCookie NameChange __ac__ -> __ac__yourwebsite
Plone 6 change default password admin:admin
Generate a strong password: https://passwordsgenerator.net/ Go to /manage_main – acl users – source users and just add a user with id admin and your strong password (if the admin user is not in the list), or edit the existing account.
Remove all jobs from plone.app.async queue
https://stackoverflow.com/questions/77920996/remove-all-jobs-from-plone-app-async-queue http://localhost:8080/plone/async-controlpanel-jobs?queue=&b_start:int=0&b_size:int=3000 $(“input[type=checkbox]”).click() $(“input[name=’form.button.Delete’]”).click() Another solution