Skip to content

Commit

Permalink
Migrate all reviewed extensions to properties as variables (#1544)
Browse files Browse the repository at this point in the history
- Don't show in changelog
  • Loading branch information
D8H authored Feb 25, 2025
1 parent f5d7af7 commit a8519b3
Show file tree
Hide file tree
Showing 61 changed files with 4,120 additions and 4,205 deletions.
14 changes: 9 additions & 5 deletions extensions/reviewed/AdvancedHTTP.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "AdvancedHTTP",
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Email/04e28ac117741933d15ac1cadb34e0d799c7a561352b1525a1b75c5bd1dbeabc_Email_email_envelope_letter_message_fast.svg",
"shortDescription": "An extension to create HTTP requests with more advanced settings than the built-in \"Network request\" action, like specifying headers or bypassing CORS.",
"version": "1.0.1",
"version": "1.1.0",
"description": "An extension to create HTTP requests with more advanced settings than the built-in \"Network request\" action, like specifying headers or bypassing CORS.",
"tags": [
"header",
Expand Down Expand Up @@ -734,10 +734,12 @@
"conditions": [
{
"type": {
"value": "GetArgumentAsBoolean"
"value": "BooleanVariable"
},
"parameters": [
"\"UseBypass\""
"UseBypass",
"True",
""
]
}
],
Expand All @@ -759,10 +761,12 @@
{
"type": {
"inverted": true,
"value": "GetArgumentAsBoolean"
"value": "BooleanVariable"
},
"parameters": [
"\"UseBypass\""
"UseBypass",
"True",
""
]
}
],
Expand Down
Loading

0 comments on commit a8519b3

Please sign in to comment.