Mikel Larreategi

Results 169 comments of Mikel Larreategi

but here the field formatter isn't in action right? The above screenshots show the same page in the same language, in two different browsers rendered differently. I would render the...

Thanks @petschki I have been checking answers in Mozilla's Bugzilla and StackOverflow and all of them say there is no way to tell the browser how to render the calendar,...

Thanks. This will be Ok for custom fields, but what about existing datetime pickers in events, effective/expiration dates, etc?

Regarding the language setting, we have several patterns that rely on a language such as [tinymce](https://github.com/plone/mockup/pull/1211/files) or [select2](https://github.com/plone/mockup/pull/1212/files) so this could be handled in a similar way

I would definitely look at this. Thanks for sharing. Anyway I think that sticking with the native datepicker is a wrong choice, looking from a point of view of a...

We have found a polyfill that includes locales support for the `` but it adds its custom datepicker JS... https://github.com/KreutzerCode/configurable-date-input-polyfill/

regarding the 2nd one, I would modify the actual bobtemplate.plone addon template to remove the namespace requirement and for the sane defaults, perhaps add there in bobtemplates.plone a subtemplate providing...

Thanks! When the release is ready, I will work on using it in this package, and I will also try to work on a subtemplate following Erico's suggestion

See https://github.com/plone/bobtemplates.plone/pull/526 for the starter template. Right now this package only sets 2 values in the default Plone site it creates: the site title and the default language. All other...

before merging this, we need to agree in the approach and have the bobtemplates.plone PR merged and a new version released, this way I will update the requirement version for...