David Glick
David Glick
@sneridagh IMO this is exactly what the `@site` endpoint was created for. Let's look at the specifics but my gut preference is to use it if possible. > it will...
From discussion with @sneridagh today: - Add-ons might need to add additional info that is loaded as part of the bootstrap (e.g. theme colors from volto-light-theme) - Sometimes this additional...
@sneridagh We intentionally removed it from the PR that added the site endpoint: https://github.com/plone/plone.restapi/pull/1465#discussion_r1209590386 My reasoning was that it is an anti-pattern because the site data should be fetched once...
@ericof Could you explain the use case please?
@ericof I'm not convinced yet. > Remove code duplication for schema serialization (dxcontent.py and site.py) I'm not that worried about the duplication, because we should be able to remove it...
@stevepiercy @thet I had previously reviewed the design document which specified a single `timezone` field for the Event content type. I see that you updated it today to include both...
@stevepiercy Thanks, the example from Google Calendar helps me see how we could support that edge case without it being super cumbersome in the UI. As long as we keep...
@irtisamsajin I will consider this in the future when we are ready to make a release with breaking changes. It is not something that we can include in plone.restapi 9....
@JeffersonBledsoe I'm not sure I understand the specific context where you're having trouble with the ordering -- are you talking about this endpoint? https://6.docs.plone.org/plone.restapi/docs/source/endpoints/vocabularies.html#get-a-vocabulary If so then I doubt this...
@JeffersonBledsoe Thanks. I was searching the querystring endpoint docs for "vocabulary" and forgot to look for "values". This is an example of why it's always helpful to show specific examples...