react-survey-builder 1.0.83 → 1.0.84

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/README.md CHANGED
@@ -107,6 +107,7 @@ displayShort | boolean | Optional | Display an optional "shorter page/form" whic
107
107
  readOnly | boolean | Optional | Shows a read only version which has fields disabled and removes "required" labels.
108
108
  print | boolean | Optional | Shows a print friendly version of the form that removes all the form fields.
109
109
  variables | object | Optional | Key/value object that can be used for Signature variable replacement.
110
+ staticVariables | object | Optional | Key/value object that can be used for text replacement in static element text using double curly brackets.
110
111
  methods | object | Optional (Required if using ReactSurveyFieldGenerator) | React Hook Form methods object generated by the useForm hook.
111
112
 
112
113
  ### Read only Signatures