plugin updates
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user