plugin updates

This commit is contained in:
Tony Volpe
2024-09-05 11:04:01 -04:00
parent ed6b060261
commit 50cd64dd3d
925 changed files with 16918 additions and 13003 deletions

View File

@@ -25,7 +25,10 @@ if ( ! class_exists( 'acf_field_tab' ) ) :
$this->description = __( 'Allows you to group fields into tabbed sections in the edit screen. Useful for keeping fields organized and structured.', 'acf' );
$this->preview_image = acf_get_url() . '/assets/images/field-type-previews/field-preview-tabs.png';
$this->doc_url = acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/resources/tab/', 'docs', 'field-type-selection' );
$this->supports = array( 'required' => false );
$this->supports = array(
'required' => false,
'bindings' => false,
);
$this->defaults = array(
'placement' => 'top',
'endpoint' => 0, // added in 5.2.8