WP Manifestindependent plugin directory
manifest / editor / dropdownizer

Dropdownizer

This generates a details-summery dropdown from a Gutenberg group.

by Chris Silverman · github.com/vassar-communications/dropdownizer · 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/vassar-communications/dropdownizer/archive/refs/heads/main.zip

Readme

dropdownizer

This generates a details-summery dropdown from a Gutenberg group.

Usage

  • Set up a new group block
  • Add a heading. Can be any level.
  • Add any content below, but still in the group block
  • Give the group a class of "dropdown"

That's it; WordPress will render that as a dropdown on the live site. (The dropdown will not appear in the editor view.)

Read the full README on GitHub →