-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f544bcf
commit 91cef11
Showing
4 changed files
with
43 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# Show/Hide Section Block | ||
# Show / Hide Section Block | ||
|
||
Display an accessible show/hide interface with details and summary elements. | ||
|
||
## About | ||
## Description | ||
|
||
This is a WordPress plugin that adds a Show/Hide Group block to the Block Editor. | ||
TBD | ||
|
||
The block allows users to add sections with summaries and associated content. The display of the associated content can be displayed or hidden by interacting with the summary or the Open/Close All button. | ||
## Changelog | ||
|
||
### 2.0.0 | ||
|
||
Initial public release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
} ) | ||
); | ||
} | ||
} | ||
}; | ||
|
||
document.addEventListener( 'DOMContentLoaded', handleToggleButton ); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Show / Hide Section Block | ||
Contributors: jeremyfelt, slocker, philcable | ||
Tags: short, list, tags | ||
Requires at least: 6.1 | ||
Tested up to: 6.1 | ||
Stable tag: 2.0.0 | ||
License: GPLv2 or later | ||
Requires PHP: 7.4 | ||
|
||
Display an accessible show/hide interface with details and summary elements. | ||
|
||
## Description | ||
|
||
TBD | ||
|
||
## Changelog | ||
|
||
### 2.0.0 | ||
|
||
Initial public release. |