-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not strip knockout comments from
.html
files
This would have been introduced as part of v1.18.1...v1.19.0 ChatGPT may have assisted with the regex
- Loading branch information
1 parent
e94978d
commit d955f8d
Showing
6 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...plateHtml/app/design/frontend/Ampersand/theme/Magento_Ui/web/templates/grid/knockout.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<h1>some override</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...hecks/WebTemplateHtml/vendor/magento/module-ui/view/base/web/templates/grid/knockout.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<h1>hello</h1> | ||
<h1>goodbye</h1> | ||
<!-- ko foreach: getRegion('somethingweird') --> | ||
<!-- ko template: getTemplate() --><!-- /ko --> | ||
<!-- /ko --> |
5 changes: 5 additions & 0 deletions
5
.../WebTemplateHtml/vendor_orig/magento/module-ui/view/base/web/templates/grid/knockout.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<h1>hello</h1> | ||
<h1>goodbye</h1> | ||
<!-- ko foreach: getRegion('captcha') --> | ||
<!-- ko template: getTemplate() --><!-- /ko --> | ||
<!-- /ko --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters