WP Manifestindependent plugin directory
manifest / editor / yak-card-deck

Tomatillo Design ~ Yak Card Deck

Custom block for displaying cards in a grid/deck layout.

by Tomatillo Design · github.com/tomatillodesign/yak-card-deck · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/tomatillodesign/yak-card-deck/archive/refs/heads/main.zip

Readme

Yak Card Deck

A custom Gutenberg block that displays flexible, ACF-powered info cards in a grid/deck layout. Designed for WordPress themes built with Yak or Tomatillo Design tools.

Plugin Screenshot


🧹 Features

  • Responsive card layout with align: full support

  • Custom card styling via CSS

  • Built with ACF PRO’s block API

  • Supports:

    • Display-only cards
    • Linked cards
    • Modal pop-ups
    • Expandable/collapsible cards
  • Uses images, icons, titles, descriptions, and other ACF fields


🚀 Installation

  1. Clone or download this repo into your WordPress plugins directory:

    git clone https://github.com/tomatillodesign/yak-card-deck.git wp-content/plugins/yak-card-deck
  2. Activate the plugin in your WordPress admin panel under Plugins.

  3. Make sure ACF PRO is installed and active.

  4. Add the Info Cards block in the Gutenberg editor.


🧠 Usage

  • Insert the “Info Cards” block in any post, page, or custom block area.

  • Edit card content using the provided ACF fields.

  • Customize the layout in:

    • blocks/clb-custom-info-card/clb_custom_info_card.php
  • Customize styles in:

    • blocks/clb-custom-info-card/clb_custom_info_card.css

📆 Requirements


💪 Development

This block is registered using acf_register_block_type() with full block.json support. ACF fields are included directly in the plugin and do not require manual import.


📄 License

GPLv2 or later See license.txt


✍️ Author

Tomatillo Design

Read the full README on GitHub →