export default {
/**
* Toggle for edit mode in the block preview.
*/
editMode: {
type: 'boolean',
default: true,
},
* Whether to display the reviewer or product image.
imageType: {
type: 'string',
default: 'reviewer',
* Order to use for the reviews listing.
orderby: {
default: 'most-recent',
* Number of reviews to add when clicking on load more.
reviewsOnLoadMore: {
type: 'number',
default: 10,
* Number of reviews to display on page load.
reviewsOnPageLoad: {
* Show the load more button.
showLoadMore: {
* Show the order by selector.
showOrderby: {
* Show the review date.
showReviewDate: {
* Show the reviewer name.
showReviewerName: {
* Show the review image..
showReviewImage: {
* Show the product rating.
showReviewRating: {
* Show the product content.
showReviewContent: {
previewReviews: {
type: 'array',
default: null,
};