From 2d808e394c45613ecdc33cb32135d0b5f7d0cf48 Mon Sep 17 00:00:00 2001 From: lstoyanov Date: Mon, 10 Feb 2020 10:43:41 +0200 Subject: [PATCH] Add note that carbon_fields_after_title is not supported in Gutenberg --- documentation/10-containers/20-post-meta.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/10-containers/20-post-meta.md b/documentation/10-containers/20-post-meta.md index cf0f5c6..86f3ab4 100644 --- a/documentation/10-containers/20-post-meta.md +++ b/documentation/10-containers/20-post-meta.md @@ -10,6 +10,8 @@ More information about the position options can be found in the [add_meta_box()] The part of the page where the container should be shown (`'normal'` (default), `'advanced'`, `'side'` or `'carbon_fields_after_title'`) +*`carbon_fields_after_title` position is not supported in the Gutenberg Editor.* + `->set_context( 'normal' )` #### Priority @@ -32,7 +34,7 @@ To access field values you need to use the function `carbon_get_post_meta( $id,

Article was published in:

-