@product7/feedback-sdk 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/feedback-sdk.js
CHANGED
|
@@ -8878,6 +8878,7 @@
|
|
|
8878
8878
|
type: page.type || 'rating',
|
|
8879
8879
|
title: page.title || '',
|
|
8880
8880
|
description: page.description || '',
|
|
8881
|
+
placeholder: page.placeholder || '',
|
|
8881
8882
|
required: page.required !== false,
|
|
8882
8883
|
position: page.position ?? index,
|
|
8883
8884
|
ratingConfig: page.ratingConfig || page.rating_config || null,
|