Overview
The Table of Contents allows Editors to insert a block that can parse all Headings in an Article and display them in a list and provides anchor links to each one.
| Github | https://github.com/bigbite/block-tabbed-content |
| Notion | |
| Product Owner | Chris Ferguson |
| Min. Version | 5.8> (Not tested in prior versions) |
Features
- The Tabs will accept any block within them
- Keyboard navigation
- Markup valid to WCAG 2.1 standard
Options
General
Layout
Styling
How to
How to include the block in your projects
The block is installed via a Plugin which you can include using Composer. To do so, ensure the following is included in your composer.json file:
{
"repositories": [
{
"type": "vcs",
"url": "git@github.com:bigbite/block-accordion.git"
}
],
"require": {
"bigbite/block-accordion": {{RELEASE_NUMBER}}
},
"extra": {
"installer-paths": {
"plugins/{$name}/": [
"type:wordpress-plugin"
]
}
}
}
How to report a bug
To report a Bug:
- Visit https://github.com/bigbite/block-accordion/issues
- Create a new Issue
- Add a screenshot/video of the issue you are experiencing
- Add a description of the issue you are experiencing
- Add the label
bug

How to request a feature
To suggest a feature, either:
- Contact the Product Owner
OR
- Visit https://github.com/bigbite/block-accordion/issues
- Create a new Issue
- Write your suggestion in as much as detail as possible – preferably detailing the problem you are trying to solve.
- Add the label
enhancement
