Víctor Fernández de Alba

Results 458 comments of Víctor Fernández de Alba

I can see some tests that is requiring folders, and I think latest `plone.volto` removed it from the default set of available content types.

Also, related: https://github.com/plone/plone.volto/pull/79 This one is important, because the default profiles use slate too. Although tests might dodge this (by not testing on the DX root).

@davisagli @nileshgulia1 I changed the tests, it seemed the most convenient thing to do, if default Plone 6 is not going to have them by default. So we can catch...

The next one should be flipping from using as base 5.x and use 6 instead, 5.x only essential.

https://github.com/plone/volto/issues/3571

@ThomasKindermann @nileshgulia1 yes, let's join efforts in https://github.com/plone/volto/pull/2700

Are you aware that if we do that, without touching anything in GenericSetup, by default it will point to inexistent content/views (but valid in classic) in vanilla Plone? Like: There...

Seems that something is borked out in this PR, the GHA do not run...

I think that @tiberiuichim is right... we cannot place the getContent in the Toolbar... I'll test it later, but if I'm not mistaken, that will trigger a double content call...