-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for new CPTs in oik-shortcodes #12
Comments
After some experimentation I've decided that a separate taxonomy is needed for Block letters. Themes that uses letter taxonomies and display Blocks / Block examples will need updating to reflect this change in the display of the A-Z pagination. This logic will also need updating to cater for custom taxonomy displays: block_category, block_keyword, block_classification. |
I didn't bother with Metaboxes and Panels. The easiest way to document these is to make a video for each block, showing its Settings and any other dialogs that may appear from the block. It may be easier but it still takes a finite time to do this. I'm going to close this issue. |
In the new block editor Gutenberg, now released as part of WordPress 5.0, the editor now provides different types of Blocks. As blocks are developed for oik plugins we want to be able to catalogue different blocks in a similar way to shortcodes. This logic can also be used in WP-a2z, for plugins such as Jetpack, Yoast SEO and WooCommerce which already provide their own blocks.
We need to develop support for documenting and formatting Blocks, Metaboxes and Panels.
See bobbingwide/oik-shortcodes#61
The text was updated successfully, but these errors were encountered: