David Glick

Results 452 comments of David Glick

@stevepiercy The template is https://github.com/plone/volto/blob/master/.github/ISSUE_TEMPLATE/PLIP.md, but I'm not sure there is an equivalent page in the Plone 6 docs to link to.

@dobri1408 I tried to reproduce this, but toasts are working fine in a customized file in a project we have on Volto 16.31.4. It might help if you share which...

Note: This was added for serialized RelationValues in https://github.com/plone/plone.restapi/pull/1605. I think this change is probably still desirable, in order to include the UID in other places that use the summary...

Looks like it is already there for the listing block.

@pnicolli yes, that's right. I have code from a project that can be adapted for this.

@pnicolli There's probably a better way but this seems to work: 1. Create a file named Dockerfile.acceptance containing: ``` FROM plone/server-acceptance:latest RUN /app/bin/pip install git+https://github.com/plone/plone.restapi.git@block-image-scales#egg=plone.restapi ``` (This extends the image...

Done in #5775

@pnicolli Yes, it's simple to unset the aspect ratio in CSS, and that is mentioned in the docs now.

This is related to https://github.com/plone/plone.restapi/issues/1613

Also related to https://github.com/plone/volto/issues/3716 and https://github.com/plone/volto/pull/4686#discussion_r1322684331