Skip to content

Commit

Permalink
Added _wortalExtension to gdjs for WortalSDK (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
banghawe authored Nov 28, 2024
1 parent 85611ba commit 2d4a426
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 @@ -540,6 +540,12 @@ const extensionsAllowedProperties = {
runtimeSceneAllowedProperties: [],
javaScriptObjectAllowedProperties: [],
},
WortalSDK: {
gdjsAllowedProperties: ['_wortalExtension'],
gdjsEvtToolsAllowedProperties: [],
runtimeSceneAllowedProperties: [],
javaScriptObjectAllowedProperties: [],
},
YandexGamesSDK: {
gdjsAllowedProperties: ['_YandexGamesSDK'],
gdjsEvtToolsAllowedProperties: [],
Expand Down

0 comments on commit 2d4a426

Please sign in to comment.