Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 474 Bytes

VK Dynamic If Block

VK Dynamic If Block is a custom WordPress block, primarily designed for FSE, that allows users to display Innder Block based on specified conditions. With this block, you can show or hide Innder Block depending on various conditions, such as whether the current page is the front page, a single post, a specific Post Type, or other conditions.

Develop

npm install
composer install
npm run build

Make zip

npm run build
npm run zip