yinhx3
yinhx3
Media field doesn't use URL prefix, CKEditor should align with build-in behavior For example: get `/api/articles?populate=*` ```json "cover": { "id": 4, "documentId": "tvudk0hh4ds45rnxslkoreeo", "name": "coffee-art", "alternativeText": "An image uploaded to...
https://github.com/withastro/astro/issues/13666 I encountered a specificity issue when using Tailwind with responsive images. Changing the selector doesn’t resolve the problem because Tailwind’s `@layer` lowers its specificity. I believe the styles applied...
@ascorbic Can you clarify the necessity of adding styles? They seem to serve the same function as attributes.
@ascorbic I’m sure you’ve considered this more thoroughly than I have, especially in terms of performance and image service integration. My perspective is that if certain styles for `` can...
@ascorbic I agree with your perspective. Generating images of different sizes and populating the `srcset`, `sizes`, `width`, and `height` attributes is precisely what an SSG/SSR framework should handle. Global defaults...
> Requires support in WXP for json manifests. Will be added once that support is in public preview. Is it possible to have a built-in JSON to XML conversion tool...
> This is about the plug-in for yeoman the generates projects to make add-in (or office extensions as they are referred to in json manifests). I know. This issue should...
Thanks for the explanation, I'm glad that one day I don't need to write manifest.xml anymore. Hopefully that day will come soon.
It occurred to me that "slugged" is wrong, it should be "slugified".