-
When I create a post (post-new.php) by duplicating from another one, Gutenberg does not get the content from the origin post.
I developed a simple plugin to make it easy to test.
This plugin is de…
-
Are there any hooks for inserting custom HTML **before** or **after** tabs, metaboxes, options etc..?
-
## Issue Overview
The `disabled` attribute doesn't get added to the post-publish-button when post metaboxes are present.
## Steps to Reproduce (for bugs)
1. Activate a plugin that uses …
m-e-h updated
6 years ago
-
This is not an issue, rather an **idea**.
In order to provide a good example of how **metaboxes** can be implemented with Gutenberg, why not make a proof-of-concept using wordpress.tv as a real wor…
-
Using a fresh install of WP 4.9 and Gutenberg 1.7.0 with the Advanced Custom Fields plugin activated (version 4.4.12), upon inserting a Classic Text block, the block cannot be used or edited:
> ![2…
nylen updated
6 years ago
-
Is there a way to add/edit entries of an existing group dynamically?
same as (update_post_meta or add_post_meta).
```
add_action('cmb2_init', 'prem_tbles_metaboxes');
function prem_tbles_metaboxes…
-
## Issue Overview
CFS (Custom Field Suite) WYSIWYG field displays differently in Gutenberg vs. Classic Editor.
## Steps to Reproduce (for bugs)
1. Install and activate Custom Field Suite plugin:…
-
As testing with plugins that integrate in Gutenberg continues, it seems there's a high change for CSS conflicts. This applies to a bunch of CSS rules used in Gutenberg, but instead of creating a gener…
-
In the Classic editor, plugins have all the available width for their meta boxes. Over time, plugins have built and adapted their meta boxes content based on the full available width, and hopefully im…
-
```
$group_field_id = $posts->add_field( array(
'id' => $prefix . 'grupo_detalhes',
'type' => 'group',
'description' => __( 'DETALHES DO IMOVEL', PROJETO ),
'repeatable' …