Jeremy Ward

Results 8 issues of Jeremy Ward

Glancing at the main plugin class, I see we have a set of sensible defaults for creating a new post type, but nothing for WP REST API settings (e.g., "show_in_rest")....

enhancement

`PostType` objects do not currently throw an exception if a `$slug` property is not defined, which can be confusing to developers when trying to extend the `PostType` class. The `Taxonomy`...

good first issue
priority: P1
size: small

The WordPress plugin editor must be enabled on custom post types by setting `show_in_rest` to true when registering the post type. We should considering setting this as a default value,...

enhancement
discussion

We're looking to establish an abstract class that provides an interface for quickly defining and registering a custom metabox with WordPress.

enhancement
status: PR open

The [EditorBlock structure](https://github.com/WebDevStudios/oops-wp/blob/master/src/Structure/Editor/EditorBlock.php) was developed as an initial attempt to capture the basics of what's needed to register a custom block for the WordPress editor. Unfortunately, in its current state,...

priority: P0
status: in progress
size: small
modification

During an internal OOPS-WP/Gutenberg call this morning as part of 5 for the Future, we discussed the use case for providing style modifications to native Gutenberg blocks, both within the...

enhancement
priority: P2
size: small