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

@@ -24,7 +24,10 @@ if ( ! class_exists( 'acf_field_message' ) ) :
$this->category = 'layout';
$this->description = __( 'Used to display a message to editors alongside other fields. Useful for providing additional context or instructions around your fields.', 'acf' );
$this->preview_image = acf_get_url() . '/assets/images/field-type-previews/field-preview-message.png';
$this->supports = array( 'required' => false );
$this->supports = array(
'required' => false,
'bindings' => false,
);
$this->defaults = array(
'message' => '',
'esc_html' => 0,