Skip to content

Commit

Permalink
Whitelisted two properties
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanbob committed Apr 19, 2023
1 parent 73e4c68 commit 5f17ee2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/lib/ExtensionsValidatorExceptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,12 @@ const extensionsAllowedProperties = {
runtimeSceneAllowedProperties: [],
javaScriptObjectAllowedProperties: [],
},
JointConnector: {
gdjsAllowedProperties: ['LinksManager', 'Physics2RuntimeBehavior'],
gdjsEvtToolsAllowedProperties: [],
runtimeSceneAllowedProperties: [],
javaScriptObjectAllowedProperties: [],
},
},
};

Expand Down

0 comments on commit 5f17ee2

Please sign in to comment.