seo-by-rank-math
seo-by-rank-math copied to clipboard
Fixed #171: Convert TOC block into a dynamic block and shortcode
** Work in progress **
- [x] Apply hierarchy for heading with their children.
- [x] Delete un-used attributes and their definitions (ServerSideRender).
- [x] Verify varying settings for both block attr and options settings on toc output for block and shortcode to ensure consistency.
- [x] Apply list style to children as well
- [x] Exclude excluded headings at
$post->post_content
- [x] Apply block deprecation
- [x] Fix Gutenberg title attribute on the
editor
view.
Screenshots
TOC block editor vs save view | TOC shortcode |
---|---|
![]() |
![]() |
Includes changes from PR #165
[Closes/Fixes #171] [Closes/Fixes #180]