1.5.14
- Taxonomy archives now use the post type
posts_per_pageconfiguration as a fallback. - Added the
_WP_prefix to constants. - Removed sidebar resizing.
- Added
acf.block.nodeconfiguration to prevent React DOM parsing when using ACF Blocks v3.
acf:
block:
api_version: 3
version: 3
node:
breakpoints:
class:
- p-vimeo
- p-youtubeThis basically means: do not parse the breakpoints attribute and do not replace class with className for elements with the p-vimeo or p-youtube class.
<swiper-container slides-per-view="1" space-between="10" breakpoints='{"768": {"slidesPerView": 4}}' overflow="visible">
<swiper-slide lazy="true">
...
</swiper-slide>
</swiper-container>