WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 84dca14

Browse files
authored
Merge pull request #60 from liamgold/feature/content-hub-resource-links
Add Content Hub deep links for resource optimization
2 parents c3ef4a8 + 259a2b6 commit 84dca14

11 files changed

+344
-22
lines changed

examples/DancingGoat/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"CMSHashStringSalt": "792155e3-6bc0-4eb3-ae03-47db9331b540",
2020
"Sustainability": {
2121
"PlaywrightBrowserPath": "#{WebsitePath}#\\App_Data\\playwright",
22-
"TimeoutMilliseconds": 60000
22+
"TimeoutMilliseconds": 60000,
23+
"EnableBrowserConsoleLogging": true
2324
}
2425
}

examples/DancingGoat/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,14 +1062,14 @@
10621062
"dependencies": {
10631063
"Kentico.Xperience.admin": "[30.4.2, )",
10641064
"Kentico.Xperience.webapp": "[30.4.2, )",
1065-
"Microsoft.Playwright": "[1.55.0, )"
1065+
"Microsoft.Playwright": "[1.56.0, )"
10661066
}
10671067
},
10681068
"Microsoft.Playwright": {
10691069
"type": "CentralTransitive",
1070-
"requested": "[1.55.0, )",
1071-
"resolved": "1.55.0",
1072-
"contentHash": "iPVHeRI5EZB1gK43MC/qnINvGUV3pYh/PJn5wNmeaiZ4ARlFAfK3azf46c7/kx/lmVaknZ5rSNT1F8SZgSaWSQ==",
1070+
"requested": "[1.56.0, )",
1071+
"resolved": "1.56.0",
1072+
"contentHash": "DswyjEbhkTkQSyGnx2x1xhzwAztu/ckfOPZsT/fCA0HZVGdLkEWmf2u1FmUBWdT61do02VoMzp0dvA+oq7hKDg==",
10731073
"dependencies": {
10741074
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
10751075
"System.ComponentModel.Annotations": "5.0.0",

src/Client/dist/entry.kxh.164a09a842d5965d5cdc.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)