Yuri
Yuri
https://github.com/plone/plone.base/pull/18 maybe has anything to do with it? I would close this if it is fixed in current plone 6 but it seems still there: https://6-classic.demo.plone.org/en/demo/a-page/edit
you've to rebuild plone.staticresources via mockup https://github.com/plone/plone.staticresources#how-to-upgrade-the-resources-in-this-package "Changes to JavaScript functionality must be done outside this package. If you want to fix something or add functionality please go to the...
Also the same happen for BS version, it depends on package.json in plonetheme.barceloneta. While mockup is only a develop package, `plonetheme.barceloneta` is both a package with theme resources and a...
we have developed an accordion template (need a js to make it close by default), some group cards.
Hi! It was the collapsible element and not the accordion, sorry. Here the template: ``` Title Here the content ``` on the theme javascript: ``` (function($) { 'use strict'; //...
See https://6.docs.plone.org/backend/upgrading/version-specific-migration/upgrade-to-60.html?highlight=ticking#boolean-fields "Since zope.schema==6.1.0, all zope.schema.Bool fields must have a required=False attribute. This allows you to either tick or not tick the checkbox, submit the form, and process the field...
> * I added new msgids strings. I'm unsure, when they get into plone.app.locales and how to provide translations right now. https://github.com/plone/mockup/blob/a265e4d7074c82981937c67853564a9b32cd7b8c/README.md?plain=1#L230 you've to add them to plone.app.locales, translation can...
> From the ClassicUI point of view I would mention that the Frontend is a "rewrite" of Barceloneta (Plone 5) with Twitter Bootstrap 5 ... this maybe catches long term...
We can reproduce it. Do you have some beta build of the connector we can test?