plugin updates
This commit is contained in:
@@ -1621,10 +1621,10 @@ if ( ! class_exists( 'BSF_AIOSRS_Pro_Schema' ) ) {
|
||||
),
|
||||
),
|
||||
'rating' => array(
|
||||
'label' => esc_html__( 'Rating', 'wp-schema-pro' ),
|
||||
'type' => 'rating',
|
||||
'default' => 'accept-user-rating',
|
||||
'description' => esc_html__( 'To maintain accurate product information, kindly provide at least one rating.', 'wp-schema-pro')
|
||||
'label' => esc_html__( 'Rating', 'wp-schema-pro' ),
|
||||
'type' => 'rating',
|
||||
'default' => 'accept-user-rating',
|
||||
'description' => esc_html__( 'To maintain accurate product information, kindly provide at least one rating.', 'wp-schema-pro' ),
|
||||
),
|
||||
'review-count' => array(
|
||||
'label' => esc_html__( 'Review Count', 'wp-schema-pro' ),
|
||||
@@ -1633,10 +1633,10 @@ if ( ! class_exists( 'BSF_AIOSRS_Pro_Schema' ) ) {
|
||||
'description' => esc_html__( 'The count of total number of reviews. e.g. "11"', 'wp-schema-pro' ),
|
||||
),
|
||||
'product-review' => array(
|
||||
'label' => esc_html__( 'Review', 'wp-schema-pro' ),
|
||||
'type' => 'repeater',
|
||||
'description' => esc_html__( 'To ensure the accuracy of our product ratings, kindly provide at least one review.', 'wp-schema-pro'),
|
||||
'fields' => array(
|
||||
'label' => esc_html__( 'Review', 'wp-schema-pro' ),
|
||||
'type' => 'repeater',
|
||||
'description' => esc_html__( 'To ensure the accuracy of our product ratings, kindly provide at least one review.', 'wp-schema-pro' ),
|
||||
'fields' => array(
|
||||
'reviewer-type' => array(
|
||||
'label' => esc_html__( 'Reviewer Type', 'wp-schema-pro' ),
|
||||
'type' => 'text',
|
||||
|
||||
Reference in New Issue
Block a user