';
return [
'id' => uniqid(),
'type' => self::$type,
'name' => __( 'HTML', 'yaymail' ),
'icon' => self::$icon,
'group' => 'basic',
'available' => true,
'position' => 140,
'data' => [
'rich_text' => [
'value_path' => 'rich_text',
'component' => 'TextInput',
'title' => __( 'HTML code', 'yaymail' ),
'default_value' => isset( $attributes['rich_text'] ) ? $attributes['rich_text'] : 'Welcome to[yaymail_site_name]
',
'placeholder' => __( 'Import HTML code', 'yaymail' ),
'multiple' => true,
'rows' => 10,
'type' => 'content',
],
],
];
}
}