Skip to content

Commit

Permalink
Fix: Add default value for _target (fixes #99)
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck authored Jun 3, 2024
1 parent 9180fce commit 9af4644
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* A sentence describing each fix

### Update
* A sentence describing each udpate
* A sentence describing each update

### New
* A sentence describing each new feature
Expand Down
2 changes: 1 addition & 1 deletion example.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"small": "http://minionslovebananas.com/images/check-in-minion.jpg",
"attribution": "Copyright © 2019",
"_url": "",
"_target": ""
"_target": "_blank"
},
"_isScrollable": false,
"_defaultScrollPercent": 0,
Expand Down
2 changes: 1 addition & 1 deletion properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"type": "string",
"required": false,
"enum": ["_blank", "_self", "_parent", "_top"],
"default": "",
"default": "_blank",
"title": "Target attribute",
"inputType": {
"type": "Select",
Expand Down

0 comments on commit 9af4644

Please sign in to comment.