Philip Bauer

Results 41 comments of Philip Bauer

At the Volto team meeting on 2022-05-24 we discussed two options: 1. We could drop the endpoint on content and only have a `/@relations` endpoint on the portal that works...

@svx there only is https://github.com/plone/plone.app.contenttypes/blob/master/docs/README.rst at the moment. I'm not sure what else we might need. Can you give me a tip on some topics?

@giuliaghisini What is the state here? The missing path widget is still one of the mayor UX-fails in current Volto and I'd love to see this soon.

It seems #5607 is the active PR that implements this.

The source is https://training.plone.org/5/mastering-plone/dexterity_reference.html

We should add the same body-classes as classic plone. In Volto we currently have: ``` contenttype-talk has-toolbar section-dexterity section-training view-viewview ``` Teh same page in classic Plone has: ``` frontend...

In the hope that userrole will be implementet soon I'll leave this in the training: ``` // Hide date fields from contributors body.userrole-contributor { #default-start.field, #default-end.field, #default-whole_day.field, #default-open_end.field { display:...

Or you can use `Products.CMFPlone.utils._createObjectByType` to bypass these checks.

I will also change the data for default-pages to use uuids so it will still work if the default page changes the id during import.