-
Currently, there seems to be no way to get fields in Gutenberg blocks act as required.
In my limited testing, under ACF 5.8 Beta 2 posts were saved regardless of any "required" setting.
Under Beta…
-
The ACF content is not send to yoast seo when an ACF block is inside a gutenberg core/columns block.
We are on the latest version of wordpress and acf and yoast-acf-analysis
-
I don't know what caused it but in the block editor there's no field name selected in the block editor
even though the front end display works.
![image](https://github.com/bobbingwide/field-block…
-
I created a custom block and added a few custom fields with ACF, when using the block inside a post or page the data looks fine. But when using the EXACT same custom fields inside a custom post type t…
-
I've had an ACF-Pro licence since 10 November 2019. Other than what I'm writing up here I've done nothing with it since I first got it. My first attempt to do something was to create a block called `…
-
I created a block with acf_register_block_type which shows the block in editor which is complete fine. I did that this way,
//custom block with acf
function mab_register_acf_block_types() {
acf_…
-
Most of the fields I would like to template belong to a huge "content" Flexible Content.
It contains multiple "Layouts" which each contains fields (like a "reusable block group").
I thought `timbe…
-
Related thread: https://wordpress.org/support/topic/gutenberg-category-editor/
Not sure if this is possible now but I haven't seen any documentation regarding this.
Is WP category going to be su…
-
# Issue
When running `register_block_type` with a PHP array of arguments instead of a path to `block.json` ( i.e. using the `$args` method, as described by the [documentation](https://developer.wor…
-
Steps to reproduce:
1. Install Advanced Custom Fields PRO 5.8.0-beta3
2. Create a Gutenberg block
```php
add_action('acf/init', 'my_acf_init');
function my_acf_init() {
// check function e…