Skip to content
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

Closed
bobbingwide opened this issue Dec 10, 2018 · 2 comments
Closed

Add support for new CPTs in oik-shortcodes #12

bobbingwide opened this issue Dec 10, 2018 · 2 comments
Assignees

Comments

@bobbingwide
Copy link
Owner

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

@bobbingwide
Copy link
Owner Author

After some experimentation I've decided that a separate taxonomy is needed for Block letters.
We don't want to use Letters or API 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.

@bobbingwide
Copy link
Owner Author

We need to develop support for documenting and formatting Blocks, Metaboxes and Panels.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant