Skip to content

Commit

Permalink
Support backward compatibility for freezeAnimation
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmay-browserstack committed Sep 27, 2023
1 parent 8f21c5b commit bb5df4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ export const configSchema = {
scope: {
type: 'string'
},
freezeAnimation: { // for backward compatibility
type: 'boolean',
onlyAutomate: true
},
freezeAnimatedImage: {
type: 'boolean',
onlyAutomate: true
Expand Down

0 comments on commit bb5df4f

Please sign in to comment.